Html Css Color HEX #B4AD32 Earls Green

📋 copy color: '#B4AD32'

red 180 ◦ green 173 ◦ blue 50

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

Shades of Earls Green #B4AD32

Tints of Earls Green #B4AD32

RGB

 RED value IS 180 (70.7% from 255) = 44.67%

 GREEN value IS 173 (67.97% from 255) = 42.93%

 BLUE value IS 50 (19.92% from 255) = 12.41%

R = 44.67%
G = 42.93%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B4AD32 (or 0xB4AD32) is known color: Earls Green. HEX triplet: B4, AD and 32. RGB value is (180,173,50). Sum of RGB (Red+Green+Blue) = 180+173+50=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD32 is #4B52CD. Grayscale: #A1A1A1. Windows color (decimal): -4936398 or 3321268. OLE color: 3321268.

HSL color Cylindrical-coordinate representation of color #B4AD32: hue angle of 56.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4AD32 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 50 -
CMYK 0 0.04 0.72 0.29
HSL 56.77º 0.57% 0.45% -
HSV(B) 56.77º 0.72% 0.71% -
XYZ 34.34 39.82 8.89 -
YUV 161.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 180 173 50 0 0.04 0.72 0.29 56.77 0.57 0.45
Hex B4 AD 32 0 4 48 1D 39 39 2D
Octal 264 255 62 0 4 110 35 71 71 55
Binary 10110100 10101101 110010 0 100 1001000 11101 111001 111001 101101

Color Harmonies of #B4AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD32

Black with #B4AD32

Text Example


Text Example

White with #B4AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD32; }

 p { color: rgb(180,173,50); }

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

background-color css

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

 a { background-color: rgb(180,173,50); }

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

border-color css

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

 span { border-color: rgb(180,173,50); }

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