#BCC01C

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

Shades of Rio Grande #BCC01C

Tints of Rio Grande #BCC01C

Color information

#BCC01C (or 0xBCC01C) is unknown color: approx Rio Grande. HEX triplet: BC, C0 and 1C. RGB value is (188,192,28). Sum of RGB (Red+Green+Blue) = 188+192+28=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC01C is #433FE3. Grayscale: #ACACAC. Windows color (decimal): -4407268 or 1884348. OLE color: 1884348.

HSL color Cylindrical-coordinate representation of color #BCC01C: hue angle of 61.46º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCC01C is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB18819228-
CMYK0.0200.850.25
HSL61.46º74.55%43.14%-
HSV(B)61.46º85.42%75.29%-
XYZ39.848.478.36-
YUV172.1146.67139.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 192 (75.39% from 255) = 47.06%
BLUE value IS 28 (11.33% from 255) = 6.86%
R=46.08%
G=47.06%
B=6.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188192280.0200.850.2561.4674.5543.14
HexBCC01C2055193d4b2b
Octal2743003420125317511353
Binary1011110011000000111001001010101110011111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC01C; }

 p { color: rgb(188,192,28); }

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

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

 a { background-color: rgb(188,192,28); }

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

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

 span { border-color: rgb(188,192,28); }

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