#BDB22E

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

Shades of Earls Green #BDB22E

Tints of Earls Green #BDB22E

Color information

#BDB22E (or 0xBDB22E) is unknown color: approx Earls Green. HEX triplet: BD, B2 and 2E. RGB value is (189,178,46). Sum of RGB (Red+Green+Blue) = 189+178+46=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB22E is #424DD1. Grayscale: #A6A6A6. Windows color (decimal): -4345298 or 3060413. OLE color: 3060413.

HSL color Cylindrical-coordinate representation of color #BDB22E: hue angle of 55.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDB22E is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18917846-
CMYK00.060.760.26
HSL55.38º60.85%46.08%-
HSV(B)55.38º75.66%74.12%-
XYZ37.442.868.89-
YUV166.2460.14144.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 178 (69.92% from 255) = 43.10%
BLUE value IS 46 (18.36% from 255) = 11.14%
R=45.76%
G=43.10%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891784600.060.760.2655.3860.8546.08
HexBDB22E064C1A373d2e
Octal275262560611432677556
Binary10111101101100101011100110100110011010110111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB22E; }

 p { color: rgb(189,178,46); }

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

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

 a { background-color: rgb(189,178,46); }

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

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

 span { border-color: rgb(189,178,46); }

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