#C8DBAC

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

Shades of Pixie Green #C8DBAC

Tints of Pixie Green #C8DBAC

Color information

#C8DBAC (or 0xC8DBAC) is unknown color: approx Pixie Green. HEX triplet: C8, DB and AC. RGB value is (200,219,172). Sum of RGB (Red+Green+Blue) = 200+219+172=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBAC is #372453. Grayscale: #D0D0D0. Windows color (decimal): -3613780 or 11328456. OLE color: 11328456.

HSL color Cylindrical-coordinate representation of color #C8DBAC: hue angle of 84.26º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8DBAC is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB200219172-
CMYK0.0900.210.14
HSL84.26º39.5%76.67%-
HSV(B)84.26º21.46%85.88%-
XYZ56.665.9248.77-
YUV207.96107.71122.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=33.84%
G=37.06%
B=29.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191720.0900.210.1484.2639.576.67
HexC8DBAC9015E54274d
Octal310333254110251612447115
Binary1100100011011011101011001001010101111010101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBAC; }

 p { color: rgb(200,219,172); }

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

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

 a { background-color: rgb(200,219,172); }

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

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

 span { border-color: rgb(200,219,172); }

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