Html Css Color HEX #BDA522 Earls Green

📋 copy color: '#BDA522'

red 189 ◦ green 165 ◦ blue 34

#BDA522
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BDA522

Tints of Earls Green #BDA522

RGB

 RED value IS 189 (74.22% from 255) = 48.71%

 GREEN value IS 165 (64.84% from 255) = 42.53%

 BLUE value IS 34 (13.67% from 255) = 8.76%

R = 48.71%
G = 42.53%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BDA522 (or 0xBDA522) is known color: Earls Green. HEX triplet: BD, A5 and 22. RGB value is (189,165,34). Sum of RGB (Red+Green+Blue) = 189+165+34=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA522 is #425ADD. Grayscale: #9D9D9D. Windows color (decimal): -4348638 or 2270653. OLE color: 2270653.

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

Color convert

RGB 189 165 34 -
CMYK 0 0.13 0.82 0.26
HSL 50.71º 0.7% 0.44% -
HSV(B) 50.71º 0.82% 0.74% -
XYZ 34.73 37.84 6.99 -
YUV 157.24 58.45 150.65 -
System Red Green Blue C M Y K H S L
Decimal 189 165 34 0 0.13 0.82 0.26 50.71 0.7 0.44
Hex BD A5 22 0 D 52 1A 33 46 2C
Octal 275 245 42 0 15 122 32 63 106 54
Binary 10111101 10100101 100010 0 1101 1010010 11010 110011 1000110 101100

Color Harmonies of #BDA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA522

Black with #BDA522

Text Example


Text Example

White with #BDA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA522; }

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

 H1.HeaderClassName
 {
   color: #BDA522;
 }
 .AnyTagClassName
 {
   color: #BDA522;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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