#BCC429

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

Shades of Rio Grande #BCC429

Tints of Rio Grande #BCC429

Color information

#BCC429 (or 0xBCC429) is unknown color: approx Rio Grande. HEX triplet: BC, C4 and 29. RGB value is (188,196,41). Sum of RGB (Red+Green+Blue) = 188+196+41=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC429 is #433BD6. Grayscale: #B0B0B0. Windows color (decimal): -4406231 or 2737340. OLE color: 2737340.

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

Color convert

RGB18819641-
CMYK0.0400.790.23
HSL63.1º65.4%46.47%-
HSV(B)63.1º79.08%76.86%-
XYZ40.8850.339.66-
YUV175.9451.85136.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 196 (76.95% from 255) = 46.12%
BLUE value IS 41 (16.41% from 255) = 9.65%
R=44.24%
G=46.12%
B=9.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188196410.0400.790.2363.165.446.47
HexBCC429404F173f412e
Octal2743045140117277710156
Binary101111001100010010100110001001111101111111111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC429; }

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

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

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

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

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

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

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

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