Html Css Color HEX #BDA220 Earls Green

📋 copy color: '#BDA220'

red 189 ◦ green 162 ◦ blue 32

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

Shades of Earls Green #BDA220

Tints of Earls Green #BDA220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.3%

 BLUE value IS 32 (12.89% from 255) = 8.36%

R = 49.35%
G = 42.3%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDA220 (or 0xBDA220) is known color: Earls Green. HEX triplet: BD, A2 and 20. RGB value is (189,162,32). Sum of RGB (Red+Green+Blue) = 189+162+32=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA220 is #425DDF. Grayscale: #9B9B9B. Windows color (decimal): -4349408 or 2138813. OLE color: 2138813.

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

Color convert

RGB 189 162 32 -
CMYK 0 0.14 0.83 0.26
HSL 49.68º 0.71% 0.43% -
HSV(B) 49.68º 0.83% 0.74% -
XYZ 34.17 36.76 6.66 -
YUV 155.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 189 162 32 0 0.14 0.83 0.26 49.68 0.71 0.43
Hex BD A2 20 0 E 53 1A 32 47 2B
Octal 275 242 40 0 16 123 32 62 107 53
Binary 10111101 10100010 100000 0 1110 1010011 11010 110010 1000111 101011

Color Harmonies of #BDA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA220

Black with #BDA220

Text Example


Text Example

White with #BDA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA220; }

 p { color: rgb(189,162,32); }

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

background-color css

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

 a { background-color: rgb(189,162,32); }

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

border-color css

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

 span { border-color: rgb(189,162,32); }

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