#B0CE98

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

Shades of Sprout #B0CE98

Tints of Sprout #B0CE98

Color information

#B0CE98 (or 0xB0CE98) is unknown color: approx Sprout. HEX triplet: B0, CE and 98. RGB value is (176,206,152). Sum of RGB (Red+Green+Blue) = 176+206+152=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CE98 is #4F3167. Grayscale: #BFBFBF. Windows color (decimal): -5189992 or 10014384. OLE color: 10014384.

HSL color Cylindrical-coordinate representation of color #B0CE98: hue angle of 93.33º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0CE98 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB176206152-
CMYK0.1500.260.19
HSL93.33º35.53%70.2%-
HSV(B)93.33º26.21%80.78%-
XYZ45.6455.6438.04-
YUV190.87106.06117.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=32.96%
G=38.58%
B=28.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061520.1500.260.1993.3335.5370.2
HexB0CE98F01A135d2446
Octal260316230170322313544106
Binary10110000110011101001100011110110101001110111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CE98; }

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

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

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

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

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

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

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

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