#B6CDA1

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

Shades of Pixie Green #B6CDA1

Tints of Pixie Green #B6CDA1

Color information

#B6CDA1 (or 0xB6CDA1) is unknown color: approx Pixie Green. HEX triplet: B6, CD and A1. RGB value is (182,205,161). Sum of RGB (Red+Green+Blue) = 182+205+161=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CDA1 is #49325E. Grayscale: #C1C1C1. Windows color (decimal): -4797023 or 10603958. OLE color: 10603958.

HSL color Cylindrical-coordinate representation of color #B6CDA1: hue angle of 91.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6CDA1 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB182205161-
CMYK0.1100.210.20
HSL91.36º30.56%71.76%-
HSV(B)91.36º21.46%80.39%-
XYZ47.5656.1842.06-
YUV193.11109.88120.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 161 (63.28% from 255) = 29.38%
R=33.21%
G=37.41%
B=29.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051610.1100.210.2091.3630.5671.76
HexB6CDA1B015145b1f48
Octal266315241130252413337110
Binary1011011011001101101000011011010101101001011011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDA1; }

 p { color: rgb(182,205,161); }

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

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

 a { background-color: rgb(182,205,161); }

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

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

 span { border-color: rgb(182,205,161); }

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