Html Css Color HEX #B1AB75 Neutral Green

📋 copy color: '#B1AB75'

red 177 ◦ green 171 ◦ blue 117

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

Shades of Neutral Green #B1AB75

Tints of Neutral Green #B1AB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

 BLUE value IS 117 (46.09% from 255) = 25.16%

R = 38.06%
G = 36.77%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B1AB75 (or 0xB1AB75) is known color: Neutral Green. HEX triplet: B1, AB and 75. RGB value is (177,171,117). Sum of RGB (Red+Green+Blue) = 177+171+117=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB75 is #4E548A. Grayscale: #A6A6A6. Windows color (decimal): -5133451 or 7711665. OLE color: 7711665.

HSL color Cylindrical-coordinate representation of color #B1AB75: hue angle of 54º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1AB75 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 171 117 -
CMYK 0 0.03 0.34 0.31
HSL 54º 0.28% 0.58% -
HSV(B) 54º 0.34% 0.69% -
XYZ 35.91 39.76 22.61 -
YUV 166.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 177 171 117 0 0.03 0.34 0.31 54 0.28 0.58
Hex B1 AB 75 0 3 22 1F 36 1C 3A
Octal 261 253 165 0 3 42 37 66 34 72
Binary 10110001 10101011 1110101 0 11 100010 11111 110110 11100 111010

Color Harmonies of #B1AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB75

Black with #B1AB75

Text Example


Text Example

White with #B1AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB75; }

 p { color: rgb(177,171,117); }

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

background-color css

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

 a { background-color: rgb(177,171,117); }

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

border-color css

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

 span { border-color: rgb(177,171,117); }

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