#BDA426

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

Shades of Earls Green #BDA426

Tints of Earls Green #BDA426

Color information

#BDA426 (or 0xBDA426) is unknown color: approx Earls Green. HEX triplet: BD, A4 and 26. RGB value is (189,164,38). Sum of RGB (Red+Green+Blue) = 189+164+38=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA426 is #425BD9. Grayscale: #9D9D9D. Windows color (decimal): -4348890 or 2532541. OLE color: 2532541.

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

Color convert

RGB18916438-
CMYK00.130.800.26
HSL50.07º66.52%44.51%-
HSV(B)50.07º79.89%74.12%-
XYZ34.6137.517.25-
YUV157.1160.78150.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 38 (15.23% from 255) = 9.72%
R=48.34%
G=41.94%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891643800.130.800.2650.0766.5244.51
HexBDA4260D501A32432d
Octal27524446015120326210355
Binary1011110110100100100110011011010000110101100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA426; }

 p { color: rgb(189,164,38); }

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

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

 a { background-color: rgb(189,164,38); }

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

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

 span { border-color: rgb(189,164,38); }

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