#BCB827

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

Shades of Earls Green #BCB827

Tints of Earls Green #BCB827

Color information

#BCB827 (or 0xBCB827) is unknown color: approx Earls Green. HEX triplet: BC, B8 and 27. RGB value is (188,184,39). Sum of RGB (Red+Green+Blue) = 188+184+39=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB827 is #4347D8. Grayscale: #A9A9A9. Windows color (decimal): -4409305 or 2603196. OLE color: 2603196.

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

Color convert

RGB18818439-
CMYK00.020.790.26
HSL58.39º65.64%44.51%-
HSV(B)58.39º79.26%73.73%-
XYZ38.2545.128.61-
YUV168.6754.83141.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 184 (72.27% from 255) = 44.77%
BLUE value IS 39 (15.62% from 255) = 9.49%
R=45.74%
G=44.77%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881843900.020.790.2658.3965.6444.51
HexBCB827024F1A3a422d
Octal2742704702117327210255
Binary10111100101110001001110101001111110101110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB827; }

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

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

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

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

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

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

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

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