Html Css Color HEX #B2A77E Neutral Green

📋 copy color: '#B2A77E'

red 178 ◦ green 167 ◦ blue 126

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

Shades of Neutral Green #B2A77E

Tints of Neutral Green #B2A77E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.75%

R = 37.79%
G = 35.46%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2A77E (or 0xB2A77E) is known color: Neutral Green. HEX triplet: B2, A7 and 7E. RGB value is (178,167,126). Sum of RGB (Red+Green+Blue) = 178+167+126=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A77E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A77E is #4D5881. Grayscale: #A5A5A5. Windows color (decimal): -5068930 or 8300466. OLE color: 8300466.

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

Color convert

RGB 178 167 126 -
CMYK 0 0.06 0.29 0.30
HSL 47.31º 0.25% 0.6% -
HSV(B) 47.31º 0.29% 0.7% -
XYZ 35.94 38.61 25.3 -
YUV 165.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 178 167 126 0 0.06 0.29 0.30 47.31 0.25 0.6
Hex B2 A7 7E 0 6 1D 1E 2F 19 3C
Octal 262 247 176 0 6 35 36 57 31 74
Binary 10110010 10100111 1111110 0 110 11101 11110 101111 11001 111100

Color Harmonies of #B2A77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A77E

Black with #B2A77E

Text Example


Text Example

White with #B2A77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A77E; }

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

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

background-color css

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

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

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

border-color css

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

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

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