#B9C426

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

Shades of Rio Grande #B9C426

Tints of Rio Grande #B9C426

Color information

#B9C426 (or 0xB9C426) is unknown color: approx Rio Grande. HEX triplet: B9, C4 and 26. RGB value is (185,196,38). Sum of RGB (Red+Green+Blue) = 185+196+38=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C426 is #463BD9. Grayscale: #AFAFAF. Windows color (decimal): -4602842 or 2540729. OLE color: 2540729.

HSL color Cylindrical-coordinate representation of color #B9C426: hue angle of 64.18º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9C426 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB18519638-
CMYK0.0600.810.23
HSL64.18º67.52%45.88%-
HSV(B)64.18º80.61%76.86%-
XYZ40.149.939.36-
YUV174.750.86135.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 196 (76.95% from 255) = 46.78%
BLUE value IS 38 (15.23% from 255) = 9.07%
R=44.15%
G=46.78%
B=9.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal185196380.0600.810.2364.1867.5245.88
HexB9C42660511740442e
Octal27130446601212710010456
Binary1011100111000100100110110010100011011110000001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C426; }

 p { color: rgb(185,196,38); }

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

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

 a { background-color: rgb(185,196,38); }

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

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

 span { border-color: rgb(185,196,38); }

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