#BDB421

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

Shades of Earls Green #BDB421

Tints of Earls Green #BDB421

Color information

#BDB421 (or 0xBDB421) is unknown color: approx Earls Green. HEX triplet: BD, B4 and 21. RGB value is (189,180,33). Sum of RGB (Red+Green+Blue) = 189+180+33=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB421 is #424BDE. Grayscale: #A6A6A6. Windows color (decimal): -4344799 or 2208957. OLE color: 2208957.

HSL color Cylindrical-coordinate representation of color #BDB421: hue angle of 56.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDB421 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB18918033-
CMYK00.050.830.26
HSL56.54º70.27%43.53%-
HSV(B)56.54º82.54%74.12%-
XYZ37.5843.577.87-
YUV165.9352.98144.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 33 (13.28% from 255) = 8.21%
R=47.01%
G=44.78%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891803300.050.830.2656.5470.2743.53
HexBDB42105531A39462c
Octal2752644105123327110654
Binary101111011011010010000101011010011110101110011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB421; }

 p { color: rgb(189,180,33); }

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

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

 a { background-color: rgb(189,180,33); }

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

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

 span { border-color: rgb(189,180,33); }

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