Html Css Color HEX #B0A77F Neutral Green

📋 copy color: '#B0A77F'

red 176 ◦ green 167 ◦ blue 127

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

Shades of Neutral Green #B0A77F

Tints of Neutral Green #B0A77F

RGB

 RED value IS 176 (69.14% from 255) = 37.45%

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

 BLUE value IS 127 (50% from 255) = 27.02%

R = 37.45%
G = 35.53%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0A77F (or 0xB0A77F) is known color: Neutral Green. HEX triplet: B0, A7 and 7F. RGB value is (176,167,127). Sum of RGB (Red+Green+Blue) = 176+167+127=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A77F is #4F5880. Grayscale: #A5A5A5. Windows color (decimal): -5200001 or 8366000. OLE color: 8366000.

HSL color Cylindrical-coordinate representation of color #B0A77F: hue angle of 48.98º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0A77F is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 167 127 -
CMYK 0 0.05 0.28 0.31
HSL 48.98º 0.24% 0.59% -
HSV(B) 48.98º 0.28% 0.69% -
XYZ 35.55 38.4 25.62 -
YUV 165.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 176 167 127 0 0.05 0.28 0.31 48.98 0.24 0.59
Hex B0 A7 7F 0 5 1C 1F 31 18 3B
Octal 260 247 177 0 5 34 37 61 30 73
Binary 10110000 10100111 1111111 0 101 11100 11111 110001 11000 111011

Color Harmonies of #B0A77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A77F

Black with #B0A77F

Text Example


Text Example

White with #B0A77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A77F; }

 p { color: rgb(176,167,127); }

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

background-color css

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

 a { background-color: rgb(176,167,127); }

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

border-color css

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

 span { border-color: rgb(176,167,127); }

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