Html Css Color HEX #B2AB75 Neutral Green

📋 copy color: '#B2AB75'

red 178 ◦ green 171 ◦ blue 117

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

Shades of Neutral Green #B2AB75

Tints of Neutral Green #B2AB75

RGB

 RED value IS 178 (69.92% from 255) = 38.2%

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

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

R = 38.2%
G = 36.7%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B2AB75 (or 0xB2AB75) is known color: Neutral Green. HEX triplet: B2, AB and 75. RGB value is (178,171,117). Sum of RGB (Red+Green+Blue) = 178+171+117=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB75 is #4D548A. Grayscale: #A7A7A7. Windows color (decimal): -5067915 or 7711666. OLE color: 7711666.

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

Color convert

RGB 178 171 117 -
CMYK 0 0.04 0.34 0.30
HSL 53.11º 0.28% 0.58% -
HSV(B) 53.11º 0.34% 0.7% -
XYZ 36.13 39.88 22.62 -
YUV 166.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 178 171 117 0 0.04 0.34 0.30 53.11 0.28 0.58
Hex B2 AB 75 0 4 22 1E 35 1C 3A
Octal 262 253 165 0 4 42 36 65 34 72
Binary 10110010 10101011 1110101 0 100 100010 11110 110101 11100 111010

Color Harmonies of #B2AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB75

Black with #B2AB75

Text Example


Text Example

White with #B2AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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