#BCCC12

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

Shades of Rio Grande #BCCC12

Tints of Rio Grande #BCCC12

Color information

#BCCC12 (or 0xBCCC12) is unknown color: approx Rio Grande. HEX triplet: BC, CC and 12. RGB value is (188,204,18). Sum of RGB (Red+Green+Blue) = 188+204+18=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC12 is #4333ED. Grayscale: #B2B2B2. Windows color (decimal): -4404206 or 1232060. OLE color: 1232060.

HSL color Cylindrical-coordinate representation of color #BCCC12: hue angle of 65.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCCC12 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB18820418-
CMYK0.0800.910.2
HSL65.16º83.78%43.53%-
HSV(B)65.16º91.18%80%-
XYZ42.4453.928.74-
YUV178.0137.7135.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 204 (80.08% from 255) = 49.76%
BLUE value IS 18 (7.42% from 255) = 4.39%
R=45.85%
G=49.76%
B=4.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188204180.0800.910.265.1683.7843.53
HexBCCC12805B1441542c
Octal274314221001332410112454
Binary1011110011001100100101000010110111010010000011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC12; }

 p { color: rgb(188,204,18); }

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

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

 a { background-color: rgb(188,204,18); }

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

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

 span { border-color: rgb(188,204,18); }

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