#BCB12D

Color #BCB12D Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BCB12D

Tints of Earls Green #BCB12D

Color information

#BCB12D (or 0xBCB12D) is unknown color: approx Earls Green. HEX triplet: BC, B1 and 2D. RGB value is (188,177,45). Sum of RGB (Red+Green+Blue) = 188+177+45=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB12D is #434ED2. Grayscale: #A5A5A5. Windows color (decimal): -4411091 or 2994620. OLE color: 2994620.

HSL color Cylindrical-coordinate representation of color #BCB12D: hue angle of 55.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCB12D is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18817745-
CMYK00.060.760.26
HSL55.38º61.37%45.69%-
HSV(B)55.38º76.06%73.73%-
XYZ36.9342.338.71-
YUV165.2460.14144.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 177 (69.53% from 255) = 43.17%
BLUE value IS 45 (17.97% from 255) = 10.98%
R=45.85%
G=43.17%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881774500.060.760.2655.3861.3745.69
HexBCB12D064C1A373d2e
Octal274261550611432677556
Binary10111100101100011011010110100110011010110111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB12D; }

 p { color: rgb(188,177,45); }

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

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

 a { background-color: rgb(188,177,45); }

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

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

 span { border-color: rgb(188,177,45); }

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