#BCB727

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

Shades of Earls Green #BCB727

Tints of Earls Green #BCB727

Color information

#BCB727 (or 0xBCB727) is unknown color: approx Earls Green. HEX triplet: BC, B7 and 27. RGB value is (188,183,39). Sum of RGB (Red+Green+Blue) = 188+183+39=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB727 is #4348D8. Grayscale: #A8A8A8. Windows color (decimal): -4409561 or 2602940. OLE color: 2602940.

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

Color convert

RGB18818339-
CMYK00.030.790.26
HSL57.99º65.64%44.51%-
HSV(B)57.99º79.26%73.73%-
XYZ38.0444.78.54-
YUV168.0855.16142.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 183 (71.88% from 255) = 44.63%
BLUE value IS 39 (15.62% from 255) = 9.51%
R=45.85%
G=44.63%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881833900.030.790.2657.9965.6444.51
HexBCB727034F1A3a422d
Octal2742674703117327210255
Binary10111100101101111001110111001111110101110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB727; }

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

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

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

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

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

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

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

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