#B8D68A

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

Shades of Sprout #B8D68A

Tints of Sprout #B8D68A

Color information

#B8D68A (or 0xB8D68A) is unknown color: approx Sprout. HEX triplet: B8, D6 and 8A. RGB value is (184,214,138). Sum of RGB (Red+Green+Blue) = 184+214+138=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D68A is #472975. Grayscale: #C4C4C4. Windows color (decimal): -4663670 or 9098936. OLE color: 9098936.

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

Color convert

RGB184214138-
CMYK0.1400.360.16
HSL83.68º48.1%69.02%-
HSV(B)83.68º35.51%83.92%-
XYZ48.460.1233.1-
YUV196.3795.06119.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=34.33%
G=39.93%
B=25.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842141380.1400.360.1683.6848.169.02
HexB8D68AE02410543045
Octal270326212160442012460105
Binary101110001101011010001010111001001001000010101001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D68A; }

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

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

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

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

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

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

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

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