#B4D29E

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

Shades of Pixie Green #B4D29E

Tints of Pixie Green #B4D29E

Color information

#B4D29E (or 0xB4D29E) is unknown color: approx Pixie Green. HEX triplet: B4, D2 and 9E. RGB value is (180,210,158). Sum of RGB (Red+Green+Blue) = 180+210+158=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D29E is #4B2D61. Grayscale: #C3C3C3. Windows color (decimal): -4926818 or 10408628. OLE color: 10408628.

HSL color Cylindrical-coordinate representation of color #B4D29E: hue angle of 94.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4D29E is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB180210158-
CMYK0.1400.250.18
HSL94.62º36.62%72.16%-
HSV(B)94.62º24.76%82.35%-
XYZ48.0458.2741.06-
YUV195.1107.06117.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 158 (62.11% from 255) = 28.83%
R=32.85%
G=38.32%
B=28.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802101580.1400.250.1894.6236.6272.16
HexB4D29EE019125f2548
Octal264322236160312213745110
Binary10110100110100101001111011100110011001010111111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D29E; }

 p { color: rgb(180,210,158); }

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

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

 a { background-color: rgb(180,210,158); }

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

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

 span { border-color: rgb(180,210,158); }

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