Html Css Color HEX #B1AF31 Earls Green

📋 copy color: '#B1AF31'

red 177 ◦ green 175 ◦ blue 49

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

Shades of Earls Green #B1AF31

Tints of Earls Green #B1AF31

RGB

 RED value IS 177 (69.53% from 255) = 44.14%

 GREEN value IS 175 (68.75% from 255) = 43.64%

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

R = 44.14%
G = 43.64%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B1AF31 (or 0xB1AF31) is known color: Earls Green. HEX triplet: B1, AF and 31. RGB value is (177,175,49). Sum of RGB (Red+Green+Blue) = 177+175+49=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF31 is #4E50CE. Grayscale: #A1A1A1. Windows color (decimal): -5132495 or 3256241. OLE color: 3256241.

HSL color Cylindrical-coordinate representation of color #B1AF31: hue angle of 59.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1AF31 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 175 49 -
CMYK 0 0.01 0.72 0.31
HSL 59.06º 0.57% 0.44% -
HSV(B) 59.06º 0.72% 0.69% -
XYZ 34.02 40.23 8.88 -
YUV 161.23 64.66 139.25 -
System Red Green Blue C M Y K H S L
Decimal 177 175 49 0 0.01 0.72 0.31 59.06 0.57 0.44
Hex B1 AF 31 0 1 48 1F 3B 39 2C
Octal 261 257 61 0 1 110 37 73 71 54
Binary 10110001 10101111 110001 0 1 1001000 11111 111011 111001 101100

Color Harmonies of #B1AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF31

Black with #B1AF31

Text Example


Text Example

White with #B1AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF31; }

 p { color: rgb(177,175,49); }

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

background-color css

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

 a { background-color: rgb(177,175,49); }

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

border-color css

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

 span { border-color: rgb(177,175,49); }

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