#BCB02E

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

Shades of Earls Green #BCB02E

Tints of Earls Green #BCB02E

Color information

#BCB02E (or 0xBCB02E) is unknown color: approx Earls Green. HEX triplet: BC, B0 and 2E. RGB value is (188,176,46). Sum of RGB (Red+Green+Blue) = 188+176+46=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB02E is #434FD1. Grayscale: #A5A5A5. Windows color (decimal): -4411346 or 3059900. OLE color: 3059900.

HSL color Cylindrical-coordinate representation of color #BCB02E: hue angle of 54.93º 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 #BCB02E is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18817646-
CMYK00.060.760.26
HSL54.93º60.68%45.88%-
HSV(B)54.93º75.53%73.73%-
XYZ36.7641.948.74-
YUV164.7760.98144.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 176 (69.14% from 255) = 42.93%
BLUE value IS 46 (18.36% from 255) = 11.22%
R=45.85%
G=42.93%
B=11.22%

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
Decimal1881764600.060.760.2654.9360.6845.88
HexBCB02E064C1A373d2e
Octal274260560611432677556
Binary10111100101100001011100110100110011010110111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB02E; }

 p { color: rgb(188,176,46); }

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

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

 a { background-color: rgb(188,176,46); }

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

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

 span { border-color: rgb(188,176,46); }

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