#BCC229

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

Shades of Rio Grande #BCC229

Tints of Rio Grande #BCC229

Color information

#BCC229 (or 0xBCC229) is unknown color: approx Rio Grande. HEX triplet: BC, C2 and 29. RGB value is (188,194,41). Sum of RGB (Red+Green+Blue) = 188+194+41=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC229 is #433DD6. Grayscale: #AFAFAF. Windows color (decimal): -4406743 or 2736828. OLE color: 2736828.

HSL color Cylindrical-coordinate representation of color #BCC229: hue angle of 62.35º 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 #BCC229 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB18819441-
CMYK0.0300.790.24
HSL62.35º65.11%46.08%-
HSV(B)62.35º78.87%76.08%-
XYZ40.4349.449.51-
YUV174.7652.51137.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 41 (16.41% from 255) = 9.69%
R=44.44%
G=45.86%
B=9.69%

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
Decimal188194410.0300.790.2462.3565.1146.08
HexBCC229304F183e412e
Octal2743025130117307610156
Binary10111100110000101010011101001111110001111101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC229; }

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

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

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

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

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

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

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

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