Html Css Color HEX #B1AF27 Earls Green

📋 copy color: '#B1AF27'

red 177 ◦ green 175 ◦ blue 39

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

Shades of Earls Green #B1AF27

Tints of Earls Green #B1AF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.97%

R = 45.27%
G = 44.76%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B1AF27 (or 0xB1AF27) is known color: Earls Green. HEX triplet: B1, AF and 27. RGB value is (177,175,39). Sum of RGB (Red+Green+Blue) = 177+175+39=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF27 is #4E50D8. Grayscale: #A0A0A0. Windows color (decimal): -5132505 or 2600881. OLE color: 2600881.

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

Color convert

RGB 177 175 39 -
CMYK 0 0.01 0.78 0.31
HSL 59.13º 0.64% 0.42% -
HSV(B) 59.13º 0.78% 0.69% -
XYZ 33.83 40.15 7.89 -
YUV 160.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 177 175 39 0 0.01 0.78 0.31 59.13 0.64 0.42
Hex B1 AF 27 0 1 4E 1F 3B 40 2A
Octal 261 257 47 0 1 116 37 73 100 52
Binary 10110001 10101111 100111 0 1 1001110 11111 111011 1000000 101010

Color Harmonies of #B1AF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF27

Black with #B1AF27

Text Example


Text Example

White with #B1AF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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