#BDAD30

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

Shades of Earls Green #BDAD30

Tints of Earls Green #BDAD30

Color information

#BDAD30 (or 0xBDAD30) is unknown color: approx Earls Green. HEX triplet: BD, AD and 30. RGB value is (189,173,48). Sum of RGB (Red+Green+Blue) = 189+173+48=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD30 is #4252CF. Grayscale: #A4A4A4. Windows color (decimal): -4346576 or 3190205. OLE color: 3190205.

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

Color convert

RGB18917348-
CMYK00.080.750.26
HSL53.19º59.49%46.47%-
HSV(B)53.19º74.6%74.12%-
XYZ36.4640.928.77-
YUV163.5362.8146.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 48 (19.14% from 255) = 11.71%
R=46.10%
G=42.20%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891734800.080.750.2653.1959.4946.47
HexBDAD30084B1A353b2e
Octal2752556001011332657356
Binary101111011010110111000001000100101111010110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD30; }

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

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

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

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

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

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

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

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