#BCB31A

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

Shades of Earls Green #BCB31A

Tints of Earls Green #BCB31A

Color information

#BCB31A (or 0xBCB31A) is unknown color: approx Earls Green. HEX triplet: BC, B3 and 1A. RGB value is (188,179,26). Sum of RGB (Red+Green+Blue) = 188+179+26=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB31A is #434CE5. Grayscale: #A4A4A4. Windows color (decimal): -4410598 or 1749948. OLE color: 1749948.

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

Color convert

RGB18817926-
CMYK00.050.860.26
HSL56.67º75.7%41.96%-
HSV(B)56.67º86.17%73.73%-
XYZ37.0543.017.33-
YUV164.2549.98144.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 179 (70.31% from 255) = 45.55%
BLUE value IS 26 (10.55% from 255) = 6.62%
R=47.84%
G=45.55%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881792600.050.860.2656.6775.741.96
HexBCB31A05561A394c2a
Octal2742633205126327111452
Binary10111100101100111101001011010110110101110011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB31A; }

 p { color: rgb(188,179,26); }

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

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

 a { background-color: rgb(188,179,26); }

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

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

 span { border-color: rgb(188,179,26); }

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