#B5CC94

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

Shades of Sprout #B5CC94

Tints of Sprout #B5CC94

Color information

#B5CC94 (or 0xB5CC94) is unknown color: approx Sprout. HEX triplet: B5, CC and 94. RGB value is (181,204,148). Sum of RGB (Red+Green+Blue) = 181+204+148=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CC94 is #4A336B. Grayscale: #BEBEBE. Windows color (decimal): -4862828 or 9751733. OLE color: 9751733.

HSL color Cylindrical-coordinate representation of color #B5CC94: hue angle of 84.64º 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 #B5CC94 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB181204148-
CMYK0.1100.270.2
HSL84.64º35.44%69.02%-
HSV(B)84.64º27.45%80%-
XYZ45.9955.1536.24-
YUV190.74103.88121.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=33.96%
G=38.27%
B=27.77%

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
Decimal1812041480.1100.270.284.6435.4469.02
HexB5CC94B01B14552345
Octal265314224130332412543105
Binary10110101110011001001010010110110111010010101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CC94; }

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

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

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

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

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

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

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

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