#BDB929

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

Shades of Earls Green #BDB929

Tints of Earls Green #BDB929

Color information

#BDB929 (or 0xBDB929) is unknown color: approx Earls Green. HEX triplet: BD, B9 and 29. RGB value is (189,185,41). Sum of RGB (Red+Green+Blue) = 189+185+41=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB929 is #4246D6. Grayscale: #AAAAAA. Windows color (decimal): -4343511 or 2734525. OLE color: 2734525.

HSL color Cylindrical-coordinate representation of color #BDB929: hue angle of 58.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDB929 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18918541-
CMYK00.020.780.26
HSL58.38º64.35%45.1%-
HSV(B)58.38º78.31%74.12%-
XYZ38.7445.688.87-
YUV169.7855.33141.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 185 (72.66% from 255) = 44.58%
BLUE value IS 41 (16.41% from 255) = 9.88%
R=45.54%
G=44.58%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891854100.020.780.2658.3864.3545.1
HexBDB929024E1A3a402d
Octal2752715102116327210055
Binary10111101101110011010010101001110110101110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB929; }

 p { color: rgb(189,185,41); }

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

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

 a { background-color: rgb(189,185,41); }

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

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

 span { border-color: rgb(189,185,41); }

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