#BCA427

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

Shades of Earls Green #BCA427

Tints of Earls Green #BCA427

Color information

#BCA427 (or 0xBCA427) is unknown color: approx Earls Green. HEX triplet: BC, A4 and 27. RGB value is (188,164,39). Sum of RGB (Red+Green+Blue) = 188+164+39=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA427 is #435BD8. Grayscale: #9D9D9D. Windows color (decimal): -4414425 or 2598076. OLE color: 2598076.

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

Color convert

RGB18816439-
CMYK00.130.790.26
HSL50.34º65.64%44.51%-
HSV(B)50.34º79.26%73.73%-
XYZ34.3837.397.32-
YUV156.9361.45150.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 39 (15.62% from 255) = 9.97%
R=48.08%
G=41.94%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881643900.130.790.2650.3465.6444.51
HexBCA4270D4F1A32422d
Octal27424447015117326210255
Binary1011110010100100100111011011001111110101100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA427; }

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

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

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

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

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

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

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

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