#B0CD9B

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

Shades of Sprout #B0CD9B

Tints of Sprout #B0CD9B

Color information

#B0CD9B (or 0xB0CD9B) is unknown color: approx Sprout. HEX triplet: B0, CD and 9B. RGB value is (176,205,155). Sum of RGB (Red+Green+Blue) = 176+205+155=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CD9B is #4F3264. Grayscale: #BEBEBE. Windows color (decimal): -5190245 or 10210736. OLE color: 10210736.

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

Color convert

RGB176205155-
CMYK0.1400.240.20
HSL94.8º33.33%70.59%-
HSV(B)94.8º24.39%80.39%-
XYZ45.6555.2639.27-
YUV190.63107.89117.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.84%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=32.84%
G=38.25%
B=28.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051550.1400.240.2094.833.3370.59
HexB0CD9BE018145f2147
Octal260315233160302413741107
Binary10110000110011011001101111100110001010010111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD9B; }

 p { color: rgb(176,205,155); }

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

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

 a { background-color: rgb(176,205,155); }

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

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

 span { border-color: rgb(176,205,155); }

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