#BDB026

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

Shades of Earls Green #BDB026

Tints of Earls Green #BDB026

Color information

#BDB026 (or 0xBDB026) is unknown color: approx Earls Green. HEX triplet: BD, B0 and 26. RGB value is (189,176,38). Sum of RGB (Red+Green+Blue) = 189+176+38=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB026 is #424FD9. Grayscale: #A4A4A4. Windows color (decimal): -4345818 or 2535613. OLE color: 2535613.

HSL color Cylindrical-coordinate representation of color #BDB026: hue angle of 54.83º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDB026 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18917638-
CMYK00.070.800.26
HSL54.83º66.52%44.51%-
HSV(B)54.83º79.89%74.12%-
XYZ36.8642.018-
YUV164.1556.81145.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 38 (15.23% from 255) = 9.43%
R=46.90%
G=43.67%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891763800.070.800.2654.8366.5244.51
HexBDB02607501A37432d
Octal2752604607120326710355
Binary101111011011000010011001111010000110101101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB026; }

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

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

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

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

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

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

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

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