#B8D691

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

Shades of Sprout #B8D691

Tints of Sprout #B8D691

Color information

#B8D691 (or 0xB8D691) is unknown color: approx Sprout. HEX triplet: B8, D6 and 91. RGB value is (184,214,145). Sum of RGB (Red+Green+Blue) = 184+214+145=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D691 is #47296E. Grayscale: #C5C5C5. Windows color (decimal): -4663663 or 9557688. OLE color: 9557688.

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

Color convert

RGB184214145-
CMYK0.1400.320.16
HSL86.09º45.7%70.39%-
HSV(B)86.09º32.24%83.92%-
XYZ48.9260.3335.85-
YUV197.1698.56118.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.89%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 145 (57.03% from 255) = 26.70%
R=33.89%
G=39.41%
B=26.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842141450.1400.320.1686.0945.770.39
HexB8D691E02010562e46
Octal270326221160402012656106
Binary101110001101011010010001111001000001000010101101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D691; }

 p { color: rgb(184,214,145); }

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

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

 a { background-color: rgb(184,214,145); }

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

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

 span { border-color: rgb(184,214,145); }

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