#B0C098

Color #B0C098 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B0C098

Tints of Sprout #B0C098

Color information

#B0C098 (or 0xB0C098) is unknown color: approx Sprout. HEX triplet: B0, C0 and 98. RGB value is (176,192,152). Sum of RGB (Red+Green+Blue) = 176+192+152=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C098 is #4F3F67. Grayscale: #B6B6B6. Windows color (decimal): -5193576 or 10010800. OLE color: 10010800.

HSL color Cylindrical-coordinate representation of color #B0C098: hue angle of 84º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0C098 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB176192152-
CMYK0.0800.210.25
HSL84º24.1%67.45%-
HSV(B)84º20.83%75.29%-
XYZ42.4249.236.97-
YUV182.66110.7123.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 152 (59.77% from 255) = 29.23%
R=33.85%
G=36.92%
B=29.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921520.0800.210.258424.167.45
HexB0C098801519541843
Octal260300230100253112430103
Binary1011000011000000100110001000010101110011010100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C098; }

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

 H1.HeaderClassName
 {
   color: #B0C098;
 }
 .AnyTagClassName
 {
   color: #B0C098;
 }
</style>
background-color css

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

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

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

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

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

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