#bcb32b

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

Shades of Earls Green #BCB32B

Tints of Earls Green #BCB32B

Color information

#BCB32B (or 0xBCB32B) is unknown color: approx Earls Green. HEX triplet: BC, B3 and 2B. RGB value is (188,179,43). Sum of RGB (Red+Green+Blue) = 188+179+43=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB32B is #434CD4. Grayscale: #A6A6A6. Windows color (decimal): -4410581 or 2864060. OLE color: 2864060.

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

Color convert

RGB18817943-
CMYK00.050.770.26
HSL56.28º62.77%45.29%-
HSV(B)56.28º77.13%73.73%-
XYZ37.343.118.64-
YUV166.1958.48143.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 179 (70.31% from 255) = 43.66%
BLUE value IS 43 (17.19% from 255) = 10.49%
R=45.85%
G=43.66%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881794300.050.770.2656.2862.7745.29
HexBCB32B054D1A383f2d
Octal274263530511532707755
Binary10111100101100111010110101100110111010111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcb32b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcb32b; }

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

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

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

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

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

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

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

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