#B5CC95

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

Shades of Sprout #B5CC95

Tints of Sprout #B5CC95

Color information

#B5CC95 (or 0xB5CC95) is unknown color: approx Sprout. HEX triplet: B5, CC and 95. RGB value is (181,204,149). Sum of RGB (Red+Green+Blue) = 181+204+149=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CC95 is #4A336A. Grayscale: #BFBFBF. Windows color (decimal): -4862827 or 9817269. OLE color: 9817269.

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

Color convert

RGB181204149-
CMYK0.1100.270.2
HSL85.09º35.03%69.22%-
HSV(B)85.09º26.96%80%-
XYZ46.0755.1836.66-
YUV190.85104.38120.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=33.90%
G=38.20%
B=27.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1812041490.1100.270.285.0935.0369.22
HexB5CC95B01B14552345
Octal265314225130332412543105
Binary10110101110011001001010110110110111010010101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CC95; }

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

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

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

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

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

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

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

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