#BCA82A

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

Shades of Earls Green #BCA82A

Tints of Earls Green #BCA82A

Color information

#BCA82A (or 0xBCA82A) is unknown color: approx Earls Green. HEX triplet: BC, A8 and 2A. RGB value is (188,168,42). Sum of RGB (Red+Green+Blue) = 188+168+42=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA82A is #4357D5. Grayscale: #A0A0A0. Windows color (decimal): -4413398 or 2795708. OLE color: 2795708.

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

Color convert

RGB18816842-
CMYK00.110.780.26
HSL51.78º63.48%45.1%-
HSV(B)51.78º77.66%73.73%-
XYZ35.1638.867.84-
YUV159.6261.63148.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 168 (66.02% from 255) = 42.21%
BLUE value IS 42 (16.80% from 255) = 10.55%
R=47.24%
G=42.21%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881684200.110.780.2651.7863.4845.1
HexBCA82A0B4E1A343f2d
Octal2742505201311632647755
Binary101111001010100010101001011100111011010110100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA82A; }

 p { color: rgb(188,168,42); }

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

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

 a { background-color: rgb(188,168,42); }

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

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

 span { border-color: rgb(188,168,42); }

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