#B3CD9E

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

Shades of Pixie Green #B3CD9E

Tints of Pixie Green #B3CD9E

Color information

#B3CD9E (or 0xB3CD9E) is unknown color: approx Pixie Green. HEX triplet: B3, CD and 9E. RGB value is (179,205,158). Sum of RGB (Red+Green+Blue) = 179+205+158=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CD9E is #4C3261. Grayscale: #C0C0C0. Windows color (decimal): -4993634 or 10407347. OLE color: 10407347.

HSL color Cylindrical-coordinate representation of color #B3CD9E: hue angle of 93.19º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3CD9E is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB179205158-
CMYK0.1300.230.20
HSL93.19º31.97%71.18%-
HSV(B)93.19º22.93%80.39%-
XYZ46.5955.7140.65-
YUV191.87108.89118.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.03%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=33.03%
G=37.82%
B=29.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792051580.1300.230.2093.1931.9771.18
HexB3CD9ED017145d2047
Octal263315236150272413540107
Binary10110011110011011001111011010101111010010111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CD9E; }

 p { color: rgb(179,205,158); }

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

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

 a { background-color: rgb(179,205,158); }

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

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

 span { border-color: rgb(179,205,158); }

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