#BDB030

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

Shades of Earls Green #BDB030

Tints of Earls Green #BDB030

Color information

#BDB030 (or 0xBDB030) is unknown color: approx Earls Green. HEX triplet: BD, B0 and 30. RGB value is (189,176,48). Sum of RGB (Red+Green+Blue) = 189+176+48=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB030 is #424FCF. Grayscale: #A5A5A5. Windows color (decimal): -4345808 or 3190973. OLE color: 3190973.

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

Color convert

RGB18917648-
CMYK00.070.750.26
HSL54.47º59.49%46.47%-
HSV(B)54.47º74.6%74.12%-
XYZ37.0542.088.97-
YUV165.361.81144.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 176 (69.14% from 255) = 42.62%
BLUE value IS 48 (19.14% from 255) = 11.62%
R=45.76%
G=42.62%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891764800.070.750.2654.4759.4946.47
HexBDB030074B1A363b2e
Octal275260600711332667356
Binary10111101101100001100000111100101111010110110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB030; }

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

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

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

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

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

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

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

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