#B0BF98

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

Shades of Sprout #B0BF98

Tints of Sprout #B0BF98

Color information

#B0BF98 (or 0xB0BF98) is unknown color: approx Sprout. HEX triplet: B0, BF and 98. RGB value is (176,191,152). Sum of RGB (Red+Green+Blue) = 176+191+152=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF98 is #4F4067. Grayscale: #B6B6B6. Windows color (decimal): -5193832 or 10010544. OLE color: 10010544.

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

Color convert

RGB176191152-
CMYK0.0800.200.25
HSL83.08º23.35%67.25%-
HSV(B)83.08º20.42%74.9%-
XYZ42.248.7636.89-
YUV182.07111.03123.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 152 (59.77% from 255) = 29.29%
R=33.91%
G=36.80%
B=29.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911520.0800.200.2583.0823.3567.25
HexB0BF98801419531743
Octal260277230100243112327103
Binary1011000010111111100110001000010100110011010011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF98; }

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

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

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

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

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

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

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

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