#bca928

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

Shades of Earls Green #BCA928

Tints of Earls Green #BCA928

Color information

#BCA928 (or 0xBCA928) is unknown color: approx Earls Green. HEX triplet: BC, A9 and 28. RGB value is (188,169,40). Sum of RGB (Red+Green+Blue) = 188+169+40=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA928 is #4356D7. Grayscale: #A0A0A0. Windows color (decimal): -4413144 or 2664892. OLE color: 2664892.

HSL color Cylindrical-coordinate representation of color #BCA928: hue angle of 52.3º degrees, saturation: 0.65, 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 #BCA928 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18816940-
CMYK00.100.790.26
HSL52.3º64.91%44.71%-
HSV(B)52.3º78.72%73.73%-
XYZ35.3139.227.72-
YUV159.9860.29147.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 40 (16.02% from 255) = 10.08%
R=47.36%
G=42.57%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881694000.100.790.2652.364.9144.71
HexBCA9280A4F1A34412d
Octal27425150012117326410155
Binary1011110010101001101000010101001111110101101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bca928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bca928; }

 p { color: rgb(188,169,40); }

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

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

 a { background-color: rgb(188,169,40); }

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

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

 span { border-color: rgb(188,169,40); }

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