#BCBA2D

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

Shades of Earls Green #BCBA2D

Tints of Earls Green #BCBA2D

Color information

#BCBA2D (or 0xBCBA2D) is unknown color: approx Earls Green. HEX triplet: BC, BA and 2D. RGB value is (188,186,45). Sum of RGB (Red+Green+Blue) = 188+186+45=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA2D is #4345D2. Grayscale: #ABABAB. Windows color (decimal): -4408787 or 2996924. OLE color: 2996924.

HSL color Cylindrical-coordinate representation of color #BCBA2D: hue angle of 59.16º 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 #BCBA2D is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18818645-
CMYK00.010.760.26
HSL59.16º61.37%45.69%-
HSV(B)59.16º76.06%73.73%-
XYZ38.77469.32-
YUV170.5257.16140.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 45 (17.97% from 255) = 10.74%
R=44.87%
G=44.39%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881864500.010.760.2659.1661.3745.69
HexBCBA2D014C1A3b3d2e
Octal274272550111432737556
Binary101111001011101010110101100110011010111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA2D; }

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

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

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

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

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

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

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

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