#B2D698

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

Shades of Sprout #B2D698

Tints of Sprout #B2D698

Color information

#B2D698 (or 0xB2D698) is unknown color: approx Sprout. HEX triplet: B2, D6 and 98. RGB value is (178,214,152). Sum of RGB (Red+Green+Blue) = 178+214+152=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D698 is #4D2967. Grayscale: #C4C4C4. Windows color (decimal): -5056872 or 10016434. OLE color: 10016434.

HSL color Cylindrical-coordinate representation of color #B2D698: hue angle of 94.84º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2D698 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB178214152-
CMYK0.1700.290.16
HSL94.84º43.06%71.76%-
HSV(B)94.84º28.97%83.92%-
XYZ48.0759.8338.72-
YUV196.17103.07115.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=32.72%
G=39.34%
B=27.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782141520.1700.290.1694.8443.0671.76
HexB2D6981101D105f2b48
Octal262326230210352013753110
Binary101100101101011010011000100010111011000010111111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D698; }

 p { color: rgb(178,214,152); }

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

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

 a { background-color: rgb(178,214,152); }

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

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

 span { border-color: rgb(178,214,152); }

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