#B5CC9B

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

Shades of Sprout #B5CC9B

Tints of Sprout #B5CC9B

Color information

#B5CC9B (or 0xB5CC9B) is unknown color: approx Sprout. HEX triplet: B5, CC and 9B. RGB value is (181,204,155). Sum of RGB (Red+Green+Blue) = 181+204+155=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CC9B is #4A3364. Grayscale: #BFBFBF. Windows color (decimal): -4862821 or 10210485. OLE color: 10210485.

HSL color Cylindrical-coordinate representation of color #B5CC9B: hue angle of 88.16º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5CC9B is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB181204155-
CMYK0.1100.240.2
HSL88.16º32.45%70.39%-
HSV(B)88.16º24.02%80%-
XYZ46.5755.3839.24-
YUV191.54107.38120.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 155 (60.94% from 255) = 28.70%
R=33.52%
G=37.78%
B=28.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1812041550.1100.240.288.1632.4570.39
HexB5CC9BB01814582046
Octal265314233130302413040106
Binary10110101110011001001101110110110001010010110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CC9B; }

 p { color: rgb(181,204,155); }

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

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

 a { background-color: rgb(181,204,155); }

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

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

 span { border-color: rgb(181,204,155); }

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