#BDA526

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

Shades of Earls Green #BDA526

Tints of Earls Green #BDA526

Color information

#BDA526 (or 0xBDA526) is unknown color: approx Earls Green. HEX triplet: BD, A5 and 26. RGB value is (189,165,38). Sum of RGB (Red+Green+Blue) = 189+165+38=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA526 is #425AD9. Grayscale: #9E9E9E. Windows color (decimal): -4348634 or 2532797. OLE color: 2532797.

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

Color convert

RGB18916538-
CMYK00.130.800.26
HSL50.46º66.52%44.51%-
HSV(B)50.46º79.89%74.12%-
XYZ34.7937.877.31-
YUV157.760.45150.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 38 (15.23% from 255) = 9.69%
R=48.21%
G=42.09%
B=9.69%

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
Decimal1891653800.130.800.2650.4666.5244.51
HexBDA5260D501A32432d
Octal27524546015120326210355
Binary1011110110100101100110011011010000110101100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA526; }

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

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

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

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

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

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

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

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