Html Css Color HEX #B2A77B Neutral Green

📋 copy color: '#B2A77B'

red 178 ◦ green 167 ◦ blue 123

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

Shades of Neutral Green #B2A77B

Tints of Neutral Green #B2A77B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 38.03%
G = 35.68%
B = 26.28%

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

#B2A77B (or 0xB2A77B) is known color: Neutral Green. HEX triplet: B2, A7 and 7B. RGB value is (178,167,123). Sum of RGB (Red+Green+Blue) = 178+167+123=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A77B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A77B is #4D5884. Grayscale: #A5A5A5. Windows color (decimal): -5068933 or 8103858. OLE color: 8103858.

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

Color convert

RGB 178 167 123 -
CMYK 0 0.06 0.31 0.30
HSL 48º 0.26% 0.59% -
HSV(B) 48º 0.31% 0.7% -
XYZ 35.75 38.53 24.29 -
YUV 165.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 178 167 123 0 0.06 0.31 0.30 48 0.26 0.59
Hex B2 A7 7B 0 6 1F 1E 30 1A 3B
Octal 262 247 173 0 6 37 36 60 32 73
Binary 10110010 10100111 1111011 0 110 11111 11110 110000 11010 111011

Color Harmonies of #B2A77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A77B

Black with #B2A77B

Text Example


Text Example

White with #B2A77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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