Html Css Color HEX #B2B07F Neutral Green

📋 copy color: '#B2B07F'

red 178 ◦ green 176 ◦ blue 127

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

Shades of Neutral Green #B2B07F

Tints of Neutral Green #B2B07F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.59%

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

R = 37.01%
G = 36.59%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2B07F (or 0xB2B07F) is known color: Neutral Green. HEX triplet: B2, B0 and 7F. RGB value is (178,176,127). Sum of RGB (Red+Green+Blue) = 178+176+127=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B07F is #4D4F80. Grayscale: #ABABAB. Windows color (decimal): -5066625 or 8368306. OLE color: 8368306.

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

Color convert

RGB 178 176 127 -
CMYK 0 0.01 0.29 0.30
HSL 57.65º 0.25% 0.6% -
HSV(B) 57.65º 0.29% 0.7% -
XYZ 37.72 42.05 26.21 -
YUV 171.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 178 176 127 0 0.01 0.29 0.30 57.65 0.25 0.6
Hex B2 B0 7F 0 1 1D 1E 3A 19 3C
Octal 262 260 177 0 1 35 36 72 31 74
Binary 10110010 10110000 1111111 0 1 11101 11110 111010 11001 111100

Color Harmonies of #B2B07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B07F

Black with #B2B07F

Text Example


Text Example

White with #B2B07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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