#B9C829

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

Shades of Rio Grande #B9C829

Tints of Rio Grande #B9C829

Color information

#B9C829 (or 0xB9C829) is unknown color: approx Rio Grande. HEX triplet: B9, C8 and 29. RGB value is (185,200,41). Sum of RGB (Red+Green+Blue) = 185+200+41=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C829 is #4637D6. Grayscale: #B2B2B2. Windows color (decimal): -4601815 or 2738361. OLE color: 2738361.

HSL color Cylindrical-coordinate representation of color #B9C829: hue angle of 65.66º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9C829 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB18520041-
CMYK0.0800.800.22
HSL65.66º65.98%47.25%-
HSV(B)65.66º79.5%78.43%-
XYZ41.0651.789.93-
YUV177.3951.03133.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 200 (78.52% from 255) = 46.95%
BLUE value IS 41 (16.41% from 255) = 9.62%
R=43.43%
G=46.95%
B=9.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185200410.0800.800.2265.6665.9847.25
HexB9C82980501642422f
Octal271310511001202610210257
Binary10111001110010001010011000010100001011010000101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C829; }

 p { color: rgb(185,200,41); }

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

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

 a { background-color: rgb(185,200,41); }

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

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

 span { border-color: rgb(185,200,41); }

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