Html Css Color HEX #B0B084 Neutral Green

📋 copy color: '#B0B084'

red 176 ◦ green 176 ◦ blue 132

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

Shades of Neutral Green #B0B084

Tints of Neutral Green #B0B084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.27%

R = 36.36%
G = 36.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B0B084 (or 0xB0B084) is known color: Neutral Green. HEX triplet: B0, B0 and 84. RGB value is (176,176,132). Sum of RGB (Red+Green+Blue) = 176+176+132=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B084 is #4F4F7B. Grayscale: #ABABAB. Windows color (decimal): -5197692 or 8695984. OLE color: 8695984.

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

Color convert

RGB 176 176 132 -
CMYK 0 0 0.25 0.31
HSL 60º 0.22% 0.6% -
HSV(B) 60º 0.25% 0.69% -
XYZ 37.59 41.95 27.94 -
YUV 170.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 176 176 132 0 0 0.25 0.31 60 0.22 0.6
Hex B0 B0 84 0 0 19 1F 3C 16 3C
Octal 260 260 204 0 0 31 37 74 26 74
Binary 10110000 10110000 10000100 0 0 11001 11111 111100 10110 111100

Color Harmonies of #B0B084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B084

Black with #B0B084

Text Example


Text Example

White with #B0B084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B084; }

 p { color: rgb(176,176,132); }

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

background-color css

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

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

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

border-color css

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

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

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