Html Css Color HEX #B2AF79 Neutral Green

📋 copy color: '#B2AF79'

red 178 ◦ green 175 ◦ blue 121

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

Shades of Neutral Green #B2AF79

Tints of Neutral Green #B2AF79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.53%

R = 37.55%
G = 36.92%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B2AF79 (or 0xB2AF79) is known color: Neutral Green. HEX triplet: B2, AF and 79. RGB value is (178,175,121). Sum of RGB (Red+Green+Blue) = 178+175+121=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF79 is #4D5086. Grayscale: #A9A9A9. Windows color (decimal): -5066887 or 7974834. OLE color: 7974834.

HSL color Cylindrical-coordinate representation of color #B2AF79: hue angle of 56.84º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2AF79 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 175 121 -
CMYK 0 0.02 0.32 0.30
HSL 56.84º 0.27% 0.59% -
HSV(B) 56.84º 0.32% 0.7% -
XYZ 37.14 41.51 24.14 -
YUV 169.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 178 175 121 0 0.02 0.32 0.30 56.84 0.27 0.59
Hex B2 AF 79 0 2 20 1E 39 1B 3B
Octal 262 257 171 0 2 40 36 71 33 73
Binary 10110010 10101111 1111001 0 10 100000 11110 111001 11011 111011

Color Harmonies of #B2AF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF79

Black with #B2AF79

Text Example


Text Example

White with #B2AF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF79; }

 p { color: rgb(178,175,121); }

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

background-color css

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

 a { background-color: rgb(178,175,121); }

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

border-color css

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

 span { border-color: rgb(178,175,121); }

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