Html Css Color HEX #B3A831 Earls Green

📋 copy color: '#B3A831'

red 179 ◦ green 168 ◦ blue 49

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

Shades of Earls Green #B3A831

Tints of Earls Green #B3A831

RGB

 RED value IS 179 (70.31% from 255) = 45.2%

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

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

R = 45.2%
G = 42.42%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B3A831 (or 0xB3A831) is known color: Earls Green. HEX triplet: B3, A8 and 31. RGB value is (179,168,49). Sum of RGB (Red+Green+Blue) = 179+168+49=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A831 is #4C57CE. Grayscale: #9E9E9E. Windows color (decimal): -5003215 or 3254451. OLE color: 3254451.

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

Color convert

RGB 179 168 49 -
CMYK 0 0.06 0.73 0.30
HSL 54.92º 0.57% 0.45% -
HSV(B) 54.92º 0.73% 0.7% -
XYZ 33.15 37.81 8.46 -
YUV 157.72 66.64 143.18 -
System Red Green Blue C M Y K H S L
Decimal 179 168 49 0 0.06 0.73 0.30 54.92 0.57 0.45
Hex B3 A8 31 0 6 49 1E 37 39 2D
Octal 263 250 61 0 6 111 36 67 71 55
Binary 10110011 10101000 110001 0 110 1001001 11110 110111 111001 101101

Color Harmonies of #B3A831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A831

Black with #B3A831

Text Example


Text Example

White with #B3A831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A831; }

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

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

background-color css

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

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

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

border-color css

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

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

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