Html Css Color HEX #B3AB80 Neutral Green

📋 copy color: '#B3AB80'

red 179 ◦ green 171 ◦ blue 128

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

Shades of Neutral Green #B3AB80

Tints of Neutral Green #B3AB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 37.45%
G = 35.77%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B3AB80 (or 0xB3AB80) is known color: Neutral Green. HEX triplet: B3, AB and 80. RGB value is (179,171,128). Sum of RGB (Red+Green+Blue) = 179+171+128=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB80 is #4C547F. Grayscale: #A8A8A8. Windows color (decimal): -5002368 or 8432563. OLE color: 8432563.

HSL color Cylindrical-coordinate representation of color #B3AB80: hue angle of 50.59º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3AB80 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 171 128 -
CMYK 0 0.04 0.28 0.30
HSL 50.59º 0.25% 0.6% -
HSV(B) 50.59º 0.28% 0.7% -
XYZ 37.05 40.27 26.24 -
YUV 168.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 179 171 128 0 0.04 0.28 0.30 50.59 0.25 0.6
Hex B3 AB 80 0 4 1C 1E 33 19 3C
Octal 263 253 200 0 4 34 36 63 31 74
Binary 10110011 10101011 10000000 0 100 11100 11110 110011 11001 111100

Color Harmonies of #B3AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB80

Black with #B3AB80

Text Example


Text Example

White with #B3AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB80; }

 p { color: rgb(179,171,128); }

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

background-color css

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

 a { background-color: rgb(179,171,128); }

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

border-color css

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

 span { border-color: rgb(179,171,128); }

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