#B0CB8D

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

Shades of Sprout #B0CB8D

Tints of Sprout #B0CB8D

Color information

#B0CB8D (or 0xB0CB8D) is unknown color: approx Sprout. HEX triplet: B0, CB and 8D. RGB value is (176,203,141). Sum of RGB (Red+Green+Blue) = 176+203+141=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CB8D is #4F3472. Grayscale: #BCBCBC. Windows color (decimal): -5190771 or 9292720. OLE color: 9292720.

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

Color convert

RGB176203141-
CMYK0.1300.310.20
HSL86.13º37.35%67.45%-
HSV(B)86.13º30.54%79.61%-
XYZ44.0753.8733.27-
YUV187.86101.55119.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=33.85%
G=39.04%
B=27.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031410.1300.310.2086.1337.3567.45
HexB0CB8DD01F14562543
Octal260313215150372412645103
Binary10110000110010111000110111010111111010010101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CB8D; }

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

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

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

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

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

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

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

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