#BDA930

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

Shades of Earls Green #BDA930

Tints of Earls Green #BDA930

Color information

#BDA930 (or 0xBDA930) is unknown color: approx Earls Green. HEX triplet: BD, A9 and 30. RGB value is (189,169,48). Sum of RGB (Red+Green+Blue) = 189+169+48=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA930 is #4256CF. Grayscale: #A1A1A1. Windows color (decimal): -4347600 or 3189181. OLE color: 3189181.

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

Color convert

RGB18916948-
CMYK00.110.750.26
HSL51.49º59.49%46.47%-
HSV(B)51.49º74.6%74.12%-
XYZ35.7139.418.52-
YUV161.1964.13147.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 48 (19.14% from 255) = 11.82%
R=46.55%
G=41.63%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891694800.110.750.2651.4959.4946.47
HexBDA9300B4B1A333b2e
Octal2752516001311332637356
Binary101111011010100111000001011100101111010110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA930; }

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

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

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

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

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

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

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

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