#BCA81F

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

Shades of Earls Green #BCA81F

Tints of Earls Green #BCA81F

Color information

#BCA81F (or 0xBCA81F) is unknown color: approx Earls Green. HEX triplet: BC, A8 and 1F. RGB value is (188,168,31). Sum of RGB (Red+Green+Blue) = 188+168+31=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA81F is #4357E0. Grayscale: #9E9E9E. Windows color (decimal): -4413409 or 2074812. OLE color: 2074812.

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

Color convert

RGB18816831-
CMYK00.110.840.26
HSL52.36º71.69%42.94%-
HSV(B)52.36º83.51%73.73%-
XYZ34.9938.86.94-
YUV158.3656.13149.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 31 (12.5% from 255) = 8.01%
R=48.58%
G=43.41%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881683100.110.840.2652.3671.6942.94
HexBCA81F0B541A34482b
Octal27425037013124326411053
Binary101111001010100011111010111010100110101101001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA81F; }

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

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

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

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

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

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

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

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