#BCB317

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

Shades of Earls Green #BCB317

Tints of Earls Green #BCB317

Color information

#BCB317 (or 0xBCB317) is unknown color: approx Earls Green. HEX triplet: BC, B3 and 17. RGB value is (188,179,23). Sum of RGB (Red+Green+Blue) = 188+179+23=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB317 is #434CE8. Grayscale: #A4A4A4. Windows color (decimal): -4410601 or 1553340. OLE color: 1553340.

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

Color convert

RGB18817923-
CMYK00.050.880.26
HSL56.73º78.2%41.37%-
HSV(B)56.73º87.77%73.73%-
XYZ37.0142.997.16-
YUV163.9148.48145.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 179 (70.31% from 255) = 45.90%
BLUE value IS 23 (9.38% from 255) = 5.90%
R=48.21%
G=45.90%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881792300.050.880.2656.7378.241.37
HexBCB31705581A394e29
Octal2742632705130327111651
Binary10111100101100111011101011011000110101110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB317; }

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

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

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

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

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

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

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

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