#B4C126

Color #B4C126 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B4C126

Tints of Rio Grande #B4C126

Color information

#B4C126 (or 0xB4C126) is unknown color: approx Rio Grande. HEX triplet: B4, C1 and 26. RGB value is (180,193,38). Sum of RGB (Red+Green+Blue) = 180+193+38=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C126 is #4B3ED9. Grayscale: #ACACAC. Windows color (decimal): -4931290 or 2539956. OLE color: 2539956.

HSL color Cylindrical-coordinate representation of color #B4C126: hue angle of 65.03º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4C126 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB18019338-
CMYK0.0700.800.24
HSL65.03º67.1%45.29%-
HSV(B)65.03º80.31%75.69%-
XYZ38.2447.989.08-
YUV171.4452.69134.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 193 (75.78% from 255) = 46.96%
BLUE value IS 38 (15.23% from 255) = 9.25%
R=43.80%
G=46.96%
B=9.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180193380.0700.800.2465.0367.145.29
HexB4C12670501841432d
Octal26430146701203010110355
Binary1011010011000001100110111010100001100010000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C126; }

 p { color: rgb(180,193,38); }

 H1.HeaderClassName
 {
   color: #B4C126;
 }
 .AnyTagClassName
 {
   color: #B4C126;
 }
</style>
background-color css

<style>
 a { background-color: #B4C126; }

 a { background-color: rgb(180,193,38); }

 div.DivClassName
 {
   background-color: #B4C126;
 }
 .BgClassName
 {
   background-color: #B4C126;
 }
</style>
border-color css

<style>
 span { border-color: #B4C126; }

 span { border-color: rgb(180,193,38); }

 td.TdClassName
 {
   border-color: #B4C126;
 }
 .TagClassName
 {
   border-color: #B4C126;
 }
</style>