#B6D69C

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

Shades of Pixie Green #B6D69C

Tints of Pixie Green #B6D69C

Color information

#B6D69C (or 0xB6D69C) is unknown color: approx Pixie Green. HEX triplet: B6, D6 and 9C. RGB value is (182,214,156). Sum of RGB (Red+Green+Blue) = 182+214+156=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D69C is #492963. Grayscale: #C6C6C6. Windows color (decimal): -4794724 or 10278582. OLE color: 10278582.

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

Color convert

RGB182214156-
CMYK0.1500.270.16
HSL93.1º41.43%72.55%-
HSV(B)93.1º27.1%83.92%-
XYZ49.3460.4440.52-
YUV197.82104.4116.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=32.97%
G=38.77%
B=28.26%

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
Decimal1822141560.1500.270.1693.141.4372.55
HexB6D69CF01B105d2949
Octal266326234170332013551111
Binary10110110110101101001110011110110111000010111011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D69C; }

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

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

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

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

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

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

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

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