#B6D69D

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

Shades of Pixie Green #B6D69D

Tints of Pixie Green #B6D69D

Color information

#B6D69D (or 0xB6D69D) is unknown color: approx Pixie Green. HEX triplet: B6, D6 and 9D. RGB value is (182,214,157). Sum of RGB (Red+Green+Blue) = 182+214+157=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D69D is #492962. Grayscale: #C6C6C6. Windows color (decimal): -4794723 or 10344118. OLE color: 10344118.

HSL color Cylindrical-coordinate representation of color #B6D69D: hue angle of 93.68º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6D69D is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB182214157-
CMYK0.1500.270.16
HSL93.68º41.01%72.75%-
HSV(B)93.68º26.64%83.92%-
XYZ49.4260.4740.97-
YUV197.93104.9116.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 157 (61.72% from 255) = 28.39%
R=32.91%
G=38.70%
B=28.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141570.1500.270.1693.6841.0172.75
HexB6D69DF01B105e2949
Octal266326235170332013651111
Binary10110110110101101001110111110110111000010111101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D69D; }

 p { color: rgb(182,214,157); }

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

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

 a { background-color: rgb(182,214,157); }

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

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

 span { border-color: rgb(182,214,157); }

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