#B4CE9E

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

Shades of Pixie Green #B4CE9E

Tints of Pixie Green #B4CE9E

Color information

#B4CE9E (or 0xB4CE9E) is unknown color: approx Pixie Green. HEX triplet: B4, CE and 9E. RGB value is (180,206,158). Sum of RGB (Red+Green+Blue) = 180+206+158=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CE9E is #4B3161. Grayscale: #C0C0C0. Windows color (decimal): -4927842 or 10407604. OLE color: 10407604.

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

Color convert

RGB180206158-
CMYK0.1300.230.19
HSL92.5º32.88%71.37%-
HSV(B)92.5º23.3%80.78%-
XYZ47.0756.3140.74-
YUV192.75108.39118.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=33.09%
G=37.87%
B=29.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061580.1300.230.1992.532.8871.37
HexB4CE9ED017135c2147
Octal264316236150272313441107
Binary10110100110011101001111011010101111001110111001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CE9E; }

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

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

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

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

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

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

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

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