Html Css Color HEX #B2A87A Neutral Green

📋 copy color: '#B2A87A'

red 178 ◦ green 168 ◦ blue 122

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

Shades of Neutral Green #B2A87A

Tints of Neutral Green #B2A87A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.9%

 BLUE value IS 122 (48.05% from 255) = 26.07%

R = 38.03%
G = 35.9%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2A87A (or 0xB2A87A) is known color: Neutral Green. HEX triplet: B2, A8 and 7A. RGB value is (178,168,122). Sum of RGB (Red+Green+Blue) = 178+168+122=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A87A is #4D5785. Grayscale: #A5A5A5. Windows color (decimal): -5068678 or 8038578. OLE color: 8038578.

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

Color convert

RGB 178 168 122 -
CMYK 0 0.06 0.31 0.30
HSL 49.29º 0.27% 0.59% -
HSV(B) 49.29º 0.31% 0.7% -
XYZ 35.88 38.88 24.03 -
YUV 165.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 178 168 122 0 0.06 0.31 0.30 49.29 0.27 0.59
Hex B2 A8 7A 0 6 1F 1E 31 1B 3B
Octal 262 250 172 0 6 37 36 61 33 73
Binary 10110010 10101000 1111010 0 110 11111 11110 110001 11011 111011

Color Harmonies of #B2A87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A87A

Black with #B2A87A

Text Example


Text Example

White with #B2A87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A87A; }

 p { color: rgb(178,168,122); }

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

background-color css

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

 a { background-color: rgb(178,168,122); }

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

border-color css

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

 span { border-color: rgb(178,168,122); }

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