Html Css Color HEX #B0BB9A Green Spring

📋 copy color: '#B0BB9A'

red 176 ◦ green 187 ◦ blue 154

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

Shades of Green Spring #B0BB9A

Tints of Green Spring #B0BB9A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.17%

 BLUE value IS 154 (60.55% from 255) = 29.79%

R = 34.04%
G = 36.17%
B = 29.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B0BB9A (or 0xB0BB9A) is known color: Green Spring. HEX triplet: B0, BB and 9A. RGB value is (176,187,154). Sum of RGB (Red+Green+Blue) = 176+187+154=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB9A is #4F4465. Grayscale: #B4B4B4. Windows color (decimal): -5194854 or 10140592. OLE color: 10140592.

HSL color Cylindrical-coordinate representation of color #B0BB9A: hue angle of 80º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BB9A is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 187 154 -
CMYK 0.06 0 0.18 0.27
HSL 80º 0.2% 0.67% -
HSV(B) 80º 0.18% 0.73% -
XYZ 41.51 47.1 37.48 -
YUV 179.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 176 187 154 0.06 0 0.18 0.27 80 0.2 0.67
Hex B0 BB 9A 6 0 12 1B 50 14 43
Octal 260 273 232 6 0 22 33 120 24 103
Binary 10110000 10111011 10011010 110 0 10010 11011 1010000 10100 1000011

Color Harmonies of #B0BB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BB9A

Black with #B0BB9A

Text Example


Text Example

White with #B0BB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BB9A; }

 p { color: rgb(176,187,154); }

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

background-color css

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

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

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

border-color css

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

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

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