#BDA530

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

Shades of Earls Green #BDA530

Tints of Earls Green #BDA530

Color information

#BDA530 (or 0xBDA530) is unknown color: approx Earls Green. HEX triplet: BD, A5 and 30. RGB value is (189,165,48). Sum of RGB (Red+Green+Blue) = 189+165+48=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA530 is #425ACF. Grayscale: #9F9F9F. Windows color (decimal): -4348624 or 3188157. OLE color: 3188157.

HSL color Cylindrical-coordinate representation of color #BDA530: hue angle of 49.79º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDA530 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB18916548-
CMYK00.130.750.26
HSL49.79º59.49%46.47%-
HSV(B)49.79º74.6%74.12%-
XYZ34.9737.948.28-
YUV158.8465.45149.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 48 (19.14% from 255) = 11.94%
R=47.01%
G=41.04%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891654800.130.750.2649.7959.4946.47
HexBDA5300D4B1A323b2e
Octal2752456001511332627356
Binary101111011010010111000001101100101111010110010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA530; }

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

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

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

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

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

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

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

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