#BDA322

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

Shades of Earls Green #BDA322

Tints of Earls Green #BDA322

Color information

#BDA322 (or 0xBDA322) is unknown color: approx Earls Green. HEX triplet: BD, A3 and 22. RGB value is (189,163,34). Sum of RGB (Red+Green+Blue) = 189+163+34=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA322 is #425CDD. Grayscale: #9C9C9C. Windows color (decimal): -4349150 or 2270141. OLE color: 2270141.

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

Color convert

RGB18916334-
CMYK00.140.820.26
HSL49.94º69.51%43.73%-
HSV(B)49.94º82.01%74.12%-
XYZ34.3737.136.87-
YUV156.0759.11151.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 34 (13.67% from 255) = 8.81%
R=48.96%
G=42.23%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891633400.140.820.2649.9469.5143.73
HexBDA3220E521A32462c
Octal27524342016122326210654
Binary1011110110100011100010011101010010110101100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA322; }

 p { color: rgb(189,163,34); }

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

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

 a { background-color: rgb(189,163,34); }

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

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

 span { border-color: rgb(189,163,34); }

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