Html Css Color HEX #B0BA9A Green Spring

📋 copy color: '#B0BA9A'

red 176 ◦ green 186 ◦ blue 154

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

Shades of Green Spring #B0BA9A

Tints of Green Spring #B0BA9A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.05%

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

R = 34.11%
G = 36.05%
B = 29.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B0BA9A (or 0xB0BA9A) is known color: Green Spring. HEX triplet: B0, BA and 9A. RGB value is (176,186,154). Sum of RGB (Red+Green+Blue) = 176+186+154=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA9A is #4F4565. Grayscale: #B3B3B3. Windows color (decimal): -5195110 or 10140336. OLE color: 10140336.

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

Color convert

RGB 176 186 154 -
CMYK 0.05 0 0.17 0.27
HSL 78.75º 0.19% 0.67% -
HSV(B) 78.75º 0.17% 0.73% -
XYZ 41.3 46.68 37.41 -
YUV 179.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 176 186 154 0.05 0 0.17 0.27 78.75 0.19 0.67
Hex B0 BA 9A 5 0 11 1B 4F 13 43
Octal 260 272 232 5 0 21 33 117 23 103
Binary 10110000 10111010 10011010 101 0 10001 11011 1001111 10011 1000011

Color Harmonies of #B0BA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA9A

Black with #B0BA9A

Text Example


Text Example

White with #B0BA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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