#BCB928

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

Shades of Earls Green #BCB928

Tints of Earls Green #BCB928

Color information

#BCB928 (or 0xBCB928) is unknown color: approx Earls Green. HEX triplet: BC, B9 and 28. RGB value is (188,185,40). Sum of RGB (Red+Green+Blue) = 188+185+40=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB928 is #4346D7. Grayscale: #A9A9A9. Windows color (decimal): -4409048 or 2668988. OLE color: 2668988.

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

Color convert

RGB18818540-
CMYK00.020.790.26
HSL58.78º64.91%44.71%-
HSV(B)58.78º78.72%73.73%-
XYZ38.4745.548.77-
YUV169.3754.99141.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 185 (72.66% from 255) = 44.79%
BLUE value IS 40 (16.02% from 255) = 9.69%
R=45.52%
G=44.79%
B=9.69%

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
Decimal1881854000.020.790.2658.7864.9144.71
HexBCB928024F1A3b412d
Octal2742715002117327310155
Binary10111100101110011010000101001111110101110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB928; }

 p { color: rgb(188,185,40); }

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

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

 a { background-color: rgb(188,185,40); }

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

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

 span { border-color: rgb(188,185,40); }

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