Html Css Color HEX #C2DBAD Pixie Green

📋 copy color: '#C2DBAD'

red 194 ◦ green 219 ◦ blue 173

#C2DBAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #C2DBAD

Tints of Pixie Green #C2DBAD

RGB

 RED value IS 194 (76.17% from 255) = 33.11%

 GREEN value IS 219 (85.94% from 255) = 37.37%

 BLUE value IS 173 (67.97% from 255) = 29.52%

R = 33.11%
G = 37.37%
B = 29.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#C2DBAD (or 0xC2DBAD) is known color: Pixie Green. HEX triplet: C2, DB and AD. RGB value is (194,219,173). Sum of RGB (Red+Green+Blue) = 194+219+173=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBAD is #3D2452. Grayscale: #CECECE. Windows color (decimal): -4006995 or 11393986. OLE color: 11393986.

HSL color Cylindrical-coordinate representation of color #C2DBAD: hue angle of 92.61º 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 #C2DBAD is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 173 -
CMYK 0.11 0 0.21 0.14
HSL 92.61º 0.39% 0.77% -
HSV(B) 92.61º 0.21% 0.86% -
XYZ 55.12 65.15 49.21 -
YUV 206.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 194 219 173 0.11 0 0.21 0.14 92.61 0.39 0.77
Hex C2 DB AD B 0 15 E 5D 27 4D
Octal 302 333 255 13 0 25 16 135 47 115
Binary 11000010 11011011 10101101 1011 0 10101 1110 1011101 100111 1001101

Color Harmonies of #C2DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBAD

Black with #C2DBAD

Text Example


Text Example

White with #C2DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBAD; }

 p { color: rgb(194,219,173); }

 H1.HeaderClassName
 {
   color: #C2DBAD;
 }
 .AnyTagClassName
 {
   color: #C2DBAD;
 }
</style>

background-color css

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

 a { background-color: rgb(194,219,173); }

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

border-color css

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

 span { border-color: rgb(194,219,173); }

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