Html Css Color HEX #B2A779 Neutral Green

📋 copy color: '#B2A779'

red 178 ◦ green 167 ◦ blue 121

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

Shades of Neutral Green #B2A779

Tints of Neutral Green #B2A779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.84%

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

R = 38.2%
G = 35.84%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B2A779 (or 0xB2A779) is known color: Neutral Green. HEX triplet: B2, A7 and 79. RGB value is (178,167,121). Sum of RGB (Red+Green+Blue) = 178+167+121=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A779 is #4D5886. Grayscale: #A5A5A5. Windows color (decimal): -5068935 or 7972786. OLE color: 7972786.

HSL color Cylindrical-coordinate representation of color #B2A779: hue angle of 48.42º 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 #B2A779 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 167 121 -
CMYK 0 0.06 0.32 0.30
HSL 48.42º 0.27% 0.59% -
HSV(B) 48.42º 0.32% 0.7% -
XYZ 35.63 38.48 23.64 -
YUV 165.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 178 167 121 0 0.06 0.32 0.30 48.42 0.27 0.59
Hex B2 A7 79 0 6 20 1E 30 1B 3B
Octal 262 247 171 0 6 40 36 60 33 73
Binary 10110010 10100111 1111001 0 110 100000 11110 110000 11011 111011

Color Harmonies of #B2A779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A779

Black with #B2A779

Text Example


Text Example

White with #B2A779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A779; }

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

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

background-color css

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

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

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

border-color css

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

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

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