#BDC229

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

Shades of Rio Grande #BDC229

Tints of Rio Grande #BDC229

Color information

#BDC229 (or 0xBDC229) is unknown color: approx Rio Grande. HEX triplet: BD, C2 and 29. RGB value is (189,194,41). Sum of RGB (Red+Green+Blue) = 189+194+41=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC229 is #423DD6. Grayscale: #AFAFAF. Windows color (decimal): -4341207 or 2736829. OLE color: 2736829.

HSL color Cylindrical-coordinate representation of color #BDC229: hue angle of 61.96º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDC229 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB18919441-
CMYK0.0300.790.24
HSL61.96º65.11%46.08%-
HSV(B)61.96º78.87%76.08%-
XYZ40.6849.569.52-
YUV175.0652.34137.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 194 (76.17% from 255) = 45.75%
BLUE value IS 41 (16.41% from 255) = 9.67%
R=44.58%
G=45.75%
B=9.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189194410.0300.790.2461.9665.1146.08
HexBDC229304F183e412e
Octal2753025130117307610156
Binary10111101110000101010011101001111110001111101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC229; }

 p { color: rgb(189,194,41); }

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

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

 a { background-color: rgb(189,194,41); }

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

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

 span { border-color: rgb(189,194,41); }

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