#BDA722

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

Shades of Earls Green #BDA722

Tints of Earls Green #BDA722

Color information

#BDA722 (or 0xBDA722) is unknown color: approx Earls Green. HEX triplet: BD, A7 and 22. RGB value is (189,167,34). Sum of RGB (Red+Green+Blue) = 189+167+34=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA722 is #4258DD. Grayscale: #9E9E9E. Windows color (decimal): -4348126 or 2271165. OLE color: 2271165.

HSL color Cylindrical-coordinate representation of color #BDA722: hue angle of 51.48º 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 #BDA722 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB18916734-
CMYK00.120.820.26
HSL51.48º69.51%43.73%-
HSV(B)51.48º82.01%74.12%-
XYZ35.0938.577.11-
YUV158.4257.79149.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 167 (65.62% from 255) = 42.82%
BLUE value IS 34 (13.67% from 255) = 8.72%
R=48.46%
G=42.82%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891673400.120.820.2651.4869.5143.73
HexBDA7220C521A33462c
Octal27524742014122326310654
Binary1011110110100111100010011001010010110101100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA722; }

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

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

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

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

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

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

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

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