Html Css Color HEX #B2AD31 Earls Green

📋 copy color: '#B2AD31'

red 178 ◦ green 173 ◦ blue 49

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

Shades of Earls Green #B2AD31

Tints of Earls Green #B2AD31

RGB

 RED value IS 178 (69.92% from 255) = 44.5%

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

 BLUE value IS 49 (19.53% from 255) = 12.25%

R = 44.5%
G = 43.25%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B2AD31 (or 0xB2AD31) is known color: Earls Green. HEX triplet: B2, AD and 31. RGB value is (178,173,49). Sum of RGB (Red+Green+Blue) = 178+173+49=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD31 is #4D52CE. Grayscale: #A0A0A0. Windows color (decimal): -5067471 or 3255730. OLE color: 3255730.

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

Color convert

RGB 178 173 49 -
CMYK 0 0.03 0.72 0.30
HSL 57.67º 0.57% 0.45% -
HSV(B) 57.67º 0.72% 0.7% -
XYZ 33.86 39.57 8.76 -
YUV 160.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 178 173 49 0 0.03 0.72 0.30 57.67 0.57 0.45
Hex B2 AD 31 0 3 48 1E 3A 39 2D
Octal 262 255 61 0 3 110 36 72 71 55
Binary 10110010 10101101 110001 0 11 1001000 11110 111010 111001 101101

Color Harmonies of #B2AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD31

Black with #B2AD31

Text Example


Text Example

White with #B2AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD31; }

 p { color: rgb(178,173,49); }

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

background-color css

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

 a { background-color: rgb(178,173,49); }

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

border-color css

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

 span { border-color: rgb(178,173,49); }

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