#BDA527

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

Shades of Earls Green #BDA527

Tints of Earls Green #BDA527

Color information

#BDA527 (or 0xBDA527) is unknown color: approx Earls Green. HEX triplet: BD, A5 and 27. RGB value is (189,165,39). Sum of RGB (Red+Green+Blue) = 189+165+39=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA527 is #425AD8. Grayscale: #9E9E9E. Windows color (decimal): -4348633 or 2598333. OLE color: 2598333.

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

Color convert

RGB18916539-
CMYK00.130.790.26
HSL50.4º65.79%44.71%-
HSV(B)50.4º79.37%74.12%-
XYZ34.8137.887.4-
YUV157.8160.95150.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 39 (15.62% from 255) = 9.92%
R=48.09%
G=41.98%
B=9.92%

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
Decimal1891653900.130.790.2650.465.7944.71
HexBDA5270D4F1A32422d
Octal27524547015117326210255
Binary1011110110100101100111011011001111110101100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA527; }

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

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

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

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

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

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

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

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