#BCA42D

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

Shades of Earls Green #BCA42D

Tints of Earls Green #BCA42D

Color information

#BCA42D (or 0xBCA42D) is unknown color: approx Earls Green. HEX triplet: BC, A4 and 2D. RGB value is (188,164,45). Sum of RGB (Red+Green+Blue) = 188+164+45=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA42D is #435BD2. Grayscale: #9E9E9E. Windows color (decimal): -4414419 or 2991292. OLE color: 2991292.

HSL color Cylindrical-coordinate representation of color #BCA42D: hue angle of 49.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCA42D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18816445-
CMYK00.130.760.26
HSL49.93º61.37%45.69%-
HSV(B)49.93º76.06%73.73%-
XYZ34.4937.437.89-
YUV157.6164.45149.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 164 (64.45% from 255) = 41.31%
BLUE value IS 45 (17.97% from 255) = 11.34%
R=47.36%
G=41.31%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881644500.130.760.2649.9361.3745.69
HexBCA42D0D4C1A323d2e
Octal2742445501511432627556
Binary101111001010010010110101101100110011010110010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA42D; }

 p { color: rgb(188,164,45); }

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

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

 a { background-color: rgb(188,164,45); }

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

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

 span { border-color: rgb(188,164,45); }

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