Html Css Color HEX #C2DBAB Pixie Green

📋 copy color: '#C2DBAB'

red 194 ◦ green 219 ◦ blue 171

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

Shades of Pixie Green #C2DBAB

Tints of Pixie Green #C2DBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.28%

R = 33.22%
G = 37.5%
B = 29.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#C2DBAB (or 0xC2DBAB) is known color: Pixie Green. HEX triplet: C2, DB and AB. RGB value is (194,219,171). Sum of RGB (Red+Green+Blue) = 194+219+171=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBAB is #3D2454. Grayscale: #CECECE. Windows color (decimal): -4006997 or 11262914. OLE color: 11262914.

HSL color Cylindrical-coordinate representation of color #C2DBAB: hue angle of 91.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2DBAB is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 171 -
CMYK 0.11 0 0.22 0.14
HSL 91.25º 0.4% 0.76% -
HSV(B) 91.25º 0.22% 0.86% -
XYZ 54.93 65.07 48.19 -
YUV 206.05 108.22 119.4 -
System Red Green Blue C M Y K H S L
Decimal 194 219 171 0.11 0 0.22 0.14 91.25 0.4 0.76
Hex C2 DB AB B 0 16 E 5B 28 4C
Octal 302 333 253 13 0 26 16 133 50 114
Binary 11000010 11011011 10101011 1011 0 10110 1110 1011011 101000 1001100

Color Harmonies of #C2DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBAB

Black with #C2DBAB

Text Example


Text Example

White with #C2DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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