#B5CF9A

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

Shades of Sprout #B5CF9A

Tints of Sprout #B5CF9A

Color information

#B5CF9A (or 0xB5CF9A) is unknown color: approx Sprout. HEX triplet: B5, CF and 9A. RGB value is (181,207,154). Sum of RGB (Red+Green+Blue) = 181+207+154=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CF9A is #4A3065. Grayscale: #C1C1C1. Windows color (decimal): -4862054 or 10145717. OLE color: 10145717.

HSL color Cylindrical-coordinate representation of color #B5CF9A: hue angle of 89.43º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5CF9A is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB181207154-
CMYK0.1300.260.19
HSL89.43º35.57%70.78%-
HSV(B)89.43º25.6%81.18%-
XYZ47.256.7839.04-
YUV193.18105.89119.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 154 (60.55% from 255) = 28.41%
R=33.39%
G=38.19%
B=28.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812071540.1300.260.1989.4335.5770.78
HexB5CF9AD01A13592447
Octal265317232150322313144107
Binary10110101110011111001101011010110101001110110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CF9A; }

 p { color: rgb(181,207,154); }

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

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

 a { background-color: rgb(181,207,154); }

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

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

 span { border-color: rgb(181,207,154); }

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