#B0CB9D

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

Shades of Sprout #B0CB9D

Tints of Sprout #B0CB9D

Color information

#B0CB9D (or 0xB0CB9D) is unknown color: approx Sprout. HEX triplet: B0, CB and 9D. RGB value is (176,203,157). Sum of RGB (Red+Green+Blue) = 176+203+157=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CB9D is #4F3462. Grayscale: #BDBDBD. Windows color (decimal): -5190755 or 10341296. OLE color: 10341296.

HSL color Cylindrical-coordinate representation of color #B0CB9D: hue angle of 95.22º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0CB9D is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB176203157-
CMYK0.1300.230.20
HSL95.22º30.67%70.59%-
HSV(B)95.22º22.66%79.61%-
XYZ45.3554.3840-
YUV189.68109.55118.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.84%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=32.84%
G=37.87%
B=29.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031570.1300.230.2095.2230.6770.59
HexB0CB9DD017145f1f47
Octal260313235150272413737107
Binary1011000011001011100111011101010111101001011111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CB9D; }

 p { color: rgb(176,203,157); }

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

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

 a { background-color: rgb(176,203,157); }

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

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

 span { border-color: rgb(176,203,157); }

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