#B1BF98

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

Shades of Sprout #B1BF98

Tints of Sprout #B1BF98

Color information

#B1BF98 (or 0xB1BF98) is unknown color: approx Sprout. HEX triplet: B1, BF and 98. RGB value is (177,191,152). Sum of RGB (Red+Green+Blue) = 177+191+152=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BF98 is #4E4067. Grayscale: #B6B6B6. Windows color (decimal): -5128296 or 10010545. OLE color: 10010545.

HSL color Cylindrical-coordinate representation of color #B1BF98: hue angle of 81.54º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BF98 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB177191152-
CMYK0.0700.200.25
HSL81.54º23.35%67.25%-
HSV(B)81.54º20.42%74.9%-
XYZ42.4348.8836.9-
YUV182.37110.86124.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.04%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 152 (59.77% from 255) = 29.23%
R=34.04%
G=36.73%
B=29.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911520.0700.200.2581.5423.3567.25
HexB1BF98701419521743
Octal26127723070243112227103
Binary101100011011111110011000111010100110011010010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF98; }

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

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

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

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

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

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

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

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