Html Css Color HEX #B0B598 Green Spring

📋 copy color: '#B0B598'

red 176 ◦ green 181 ◦ blue 152

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

Shades of Green Spring #B0B598

Tints of Green Spring #B0B598

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.56%

 BLUE value IS 152 (59.77% from 255) = 29.86%

R = 34.58%
G = 35.56%
B = 29.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B0B598 (or 0xB0B598) is known color: Green Spring. HEX triplet: B0, B5 and 98. RGB value is (176,181,152). Sum of RGB (Red+Green+Blue) = 176+181+152=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B598 is #4F4A67. Grayscale: #B0B0B0. Windows color (decimal): -5196392 or 10007984. OLE color: 10007984.

HSL color Cylindrical-coordinate representation of color #B0B598: hue angle of 70.34º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0B598 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 152 -
CMYK 0.03 0 0.16 0.29
HSL 70.34º 0.16% 0.65% -
HSV(B) 70.34º 0.16% 0.71% -
XYZ 40.1 44.54 36.19 -
YUV 176.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 176 181 152 0.03 0 0.16 0.29 70.34 0.16 0.65
Hex B0 B5 98 3 0 10 1D 46 10 41
Octal 260 265 230 3 0 20 35 106 20 101
Binary 10110000 10110101 10011000 11 0 10000 11101 1000110 10000 1000001

Color Harmonies of #B0B598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B598

Black with #B0B598

Text Example


Text Example

White with #B0B598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B598; }

 p { color: rgb(176,181,152); }

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

background-color css

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

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

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

border-color css

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

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

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