#BCB724

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

Shades of Earls Green #BCB724

Tints of Earls Green #BCB724

Color information

#BCB724 (or 0xBCB724) is unknown color: approx Earls Green. HEX triplet: BC, B7 and 24. RGB value is (188,183,36). Sum of RGB (Red+Green+Blue) = 188+183+36=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB724 is #4348DB. Grayscale: #A8A8A8. Windows color (decimal): -4409564 or 2406332. OLE color: 2406332.

HSL color Cylindrical-coordinate representation of color #BCB724: hue angle of 58.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCB724 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18818336-
CMYK00.030.810.26
HSL58.03º67.86%43.92%-
HSV(B)58.03º80.85%73.73%-
XYZ37.9944.698.29-
YUV167.7453.66142.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 183 (71.88% from 255) = 44.96%
BLUE value IS 36 (14.45% from 255) = 8.85%
R=46.19%
G=44.96%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881833600.030.810.2658.0367.8643.92
HexBCB72403511A3a442c
Octal2742674403121327210454
Binary10111100101101111001000111010001110101110101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB724; }

 p { color: rgb(188,183,36); }

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

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

 a { background-color: rgb(188,183,36); }

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

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

 span { border-color: rgb(188,183,36); }

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