Html Css Color HEX #B0B185 Neutral Green

📋 copy color: '#B0B185'

red 176 ◦ green 177 ◦ blue 133

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

Shades of Neutral Green #B0B185

Tints of Neutral Green #B0B185

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.42%

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 36.21%
G = 36.42%
B = 27.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B0B185 (or 0xB0B185) is known color: Neutral Green. HEX triplet: B0, B1 and 85. RGB value is (176,177,133). Sum of RGB (Red+Green+Blue) = 176+177+133=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B185 is #4F4E7A. Grayscale: #ABABAB. Windows color (decimal): -5197435 or 8761776. OLE color: 8761776.

HSL color Cylindrical-coordinate representation of color #B0B185: hue angle of 61.36º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0B185 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 133 -
CMYK 0.01 0 0.25 0.31
HSL 61.36º 0.22% 0.61% -
HSV(B) 61.36º 0.25% 0.69% -
XYZ 37.86 42.37 28.37 -
YUV 171.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 176 177 133 0.01 0 0.25 0.31 61.36 0.22 0.61
Hex B0 B1 85 1 0 19 1F 3D 16 3D
Octal 260 261 205 1 0 31 37 75 26 75
Binary 10110000 10110001 10000101 1 0 11001 11111 111101 10110 111101

Color Harmonies of #B0B185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B185

Black with #B0B185

Text Example


Text Example

White with #B0B185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B185; }

 p { color: rgb(176,177,133); }

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

background-color css

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

 a { background-color: rgb(176,177,133); }

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

border-color css

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

 span { border-color: rgb(176,177,133); }

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