Html Css Color HEX #B2AF84 Neutral Green

📋 copy color: '#B2AF84'

red 178 ◦ green 175 ◦ blue 132

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

Shades of Neutral Green #B2AF84

Tints of Neutral Green #B2AF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.22%

R = 36.7%
G = 36.08%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B2AF84 (or 0xB2AF84) is known color: Neutral Green. HEX triplet: B2, AF and 84. RGB value is (178,175,132). Sum of RGB (Red+Green+Blue) = 178+175+132=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF84 is #4D507B. Grayscale: #ABABAB. Windows color (decimal): -5066876 or 8695730. OLE color: 8695730.

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

Color convert

RGB 178 175 132 -
CMYK 0 0.02 0.26 0.30
HSL 56.09º 0.23% 0.61% -
HSV(B) 56.09º 0.26% 0.7% -
XYZ 37.85 41.79 27.9 -
YUV 171 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 178 175 132 0 0.02 0.26 0.30 56.09 0.23 0.61
Hex B2 AF 84 0 2 1A 1E 38 17 3D
Octal 262 257 204 0 2 32 36 70 27 75
Binary 10110010 10101111 10000100 0 10 11010 11110 111000 10111 111101

Color Harmonies of #B2AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF84

Black with #B2AF84

Text Example


Text Example

White with #B2AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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