#BDA628

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

Shades of Earls Green #BDA628

Tints of Earls Green #BDA628

Color information

#BDA628 (or 0xBDA628) is unknown color: approx Earls Green. HEX triplet: BD, A6 and 28. RGB value is (189,166,40). Sum of RGB (Red+Green+Blue) = 189+166+40=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA628 is #4259D7. Grayscale: #9F9F9F. Windows color (decimal): -4348376 or 2664125. OLE color: 2664125.

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

Color convert

RGB18916640-
CMYK00.120.790.26
HSL50.74º65.07%44.9%-
HSV(B)50.74º78.84%74.12%-
XYZ35.0138.247.54-
YUV158.5161.12149.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 40 (16.02% from 255) = 10.13%
R=47.85%
G=42.03%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891664000.120.790.2650.7465.0744.9
HexBDA6280C4F1A33412d
Octal27524650014117326310155
Binary1011110110100110101000011001001111110101100111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA628; }

 p { color: rgb(189,166,40); }

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

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

 a { background-color: rgb(189,166,40); }

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

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

 span { border-color: rgb(189,166,40); }

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