#B1C098

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

Shades of Sprout #B1C098

Tints of Sprout #B1C098

Color information

#B1C098 (or 0xB1C098) is unknown color: approx Sprout. HEX triplet: B1, C0 and 98. RGB value is (177,192,152). Sum of RGB (Red+Green+Blue) = 177+192+152=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C098 is #4E3F67. Grayscale: #B7B7B7. Windows color (decimal): -5128040 or 10010801. OLE color: 10010801.

HSL color Cylindrical-coordinate representation of color #B1C098: hue angle of 82.5º 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 #B1C098 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB177192152-
CMYK0.0800.210.25
HSL82.5º24.1%67.45%-
HSV(B)82.5º20.83%75.29%-
XYZ42.6549.3136.98-
YUV182.96110.53123.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=33.97%
G=36.85%
B=29.17%

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
Decimal1771921520.0800.210.2582.524.167.45
HexB1C098801519521843
Octal261300230100253112230103
Binary1011000111000000100110001000010101110011010010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C098; }

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

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

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

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

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

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

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

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