#B5CB8E

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

Shades of Sprout #B5CB8E

Tints of Sprout #B5CB8E

Color information

#B5CB8E (or 0xB5CB8E) is unknown color: approx Sprout. HEX triplet: B5, CB and 8E. RGB value is (181,203,142). Sum of RGB (Red+Green+Blue) = 181+203+142=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CB8E is #4A3471. Grayscale: #BDBDBD. Windows color (decimal): -4863090 or 9358261. OLE color: 9358261.

HSL color Cylindrical-coordinate representation of color #B5CB8E: hue angle of 81.64º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5CB8E is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB181203142-
CMYK0.1100.300.20
HSL81.64º36.97%67.65%-
HSV(B)81.64º30.05%79.61%-
XYZ45.2954.4933.72-
YUV189.47101.21121.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.41%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=34.41%
G=38.59%
B=27.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812031420.1100.300.2081.6436.9767.65
HexB5CB8EB01E14522544
Octal265313216130362412245104
Binary10110101110010111000111010110111101010010100101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CB8E; }

 p { color: rgb(181,203,142); }

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

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

 a { background-color: rgb(181,203,142); }

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

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

 span { border-color: rgb(181,203,142); }

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