#B2D699

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

Shades of Pixie Green #B2D699

Tints of Pixie Green #B2D699

Color information

#B2D699 (or 0xB2D699) is unknown color: approx Pixie Green. HEX triplet: B2, D6 and 99. RGB value is (178,214,153). Sum of RGB (Red+Green+Blue) = 178+214+153=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D699 is #4D2966. Grayscale: #C4C4C4. Windows color (decimal): -5056871 or 10081970. OLE color: 10081970.

HSL color Cylindrical-coordinate representation of color #B2D699: hue angle of 95.41º 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 #B2D699 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB178214153-
CMYK0.1700.290.16
HSL95.41º42.66%71.96%-
HSV(B)95.41º28.5%83.92%-
XYZ48.1659.8639.15-
YUV196.28103.57114.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 153 (60.16% from 255) = 28.07%
R=32.66%
G=39.27%
B=28.07%

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
Decimal1782141530.1700.290.1695.4142.6671.96
HexB2D6991101D105f2b48
Octal262326231210352013753110
Binary101100101101011010011001100010111011000010111111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D699; }

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

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

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

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

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

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

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

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