Html Css Color HEX #B2A831 Earls Green

📋 copy color: '#B2A831'

red 178 ◦ green 168 ◦ blue 49

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

Shades of Earls Green #B2A831

Tints of Earls Green #B2A831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 45.06%
G = 42.53%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B2A831 (or 0xB2A831) is known color: Earls Green. HEX triplet: B2, A8 and 31. RGB value is (178,168,49). Sum of RGB (Red+Green+Blue) = 178+168+49=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A831 is #4D57CE. Grayscale: #9D9D9D. Windows color (decimal): -5068751 or 3254450. OLE color: 3254450.

HSL color Cylindrical-coordinate representation of color #B2A831: hue angle of 55.35º 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 #B2A831 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 49 -
CMYK 0 0.06 0.72 0.30
HSL 55.35º 0.57% 0.45% -
HSV(B) 55.35º 0.72% 0.7% -
XYZ 32.92 37.69 8.45 -
YUV 157.42 66.81 142.68 -
System Red Green Blue C M Y K H S L
Decimal 178 168 49 0 0.06 0.72 0.30 55.35 0.57 0.45
Hex B2 A8 31 0 6 48 1E 37 39 2D
Octal 262 250 61 0 6 110 36 67 71 55
Binary 10110010 10101000 110001 0 110 1001000 11110 110111 111001 101101

Color Harmonies of #B2A831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A831

Black with #B2A831

Text Example


Text Example

White with #B2A831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A831; }

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

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

background-color css

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

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

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

border-color css

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

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

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