#B9D694

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

Shades of Sprout #B9D694

Tints of Sprout #B9D694

Color information

#B9D694 (or 0xB9D694) is unknown color: approx Sprout. HEX triplet: B9, D6 and 94. RGB value is (185,214,148). Sum of RGB (Red+Green+Blue) = 185+214+148=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D694 is #46296B. Grayscale: #C6C6C6. Windows color (decimal): -4598124 or 9754297. OLE color: 9754297.

HSL color Cylindrical-coordinate representation of color #B9D694: hue angle of 86.36º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9D694 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB185214148-
CMYK0.1400.310.16
HSL86.36º44.59%70.98%-
HSV(B)86.36º30.84%83.92%-
XYZ49.460.5537.1-
YUV197.899.89118.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=33.82%
G=39.12%
B=27.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852141480.1400.310.1686.3644.5970.98
HexB9D694E01F10562d47
Octal271326224160372012655107
Binary10111001110101101001010011100111111000010101101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D694; }

 p { color: rgb(185,214,148); }

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

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

 a { background-color: rgb(185,214,148); }

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

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

 span { border-color: rgb(185,214,148); }

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