Html Css Color HEX #C2D6B1 Pixie Green

📋 copy color: '#C2D6B1'

red 194 ◦ green 214 ◦ blue 177

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

Shades of Pixie Green #C2D6B1

Tints of Pixie Green #C2D6B1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

 BLUE value IS 177 (69.53% from 255) = 30.26%

R = 33.16%
G = 36.58%
B = 30.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#C2D6B1 (or 0xC2D6B1) is known color: Pixie Green. HEX triplet: C2, D6 and B1. RGB value is (194,214,177). Sum of RGB (Red+Green+Blue) = 194+214+177=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D6B1 is #3D294E. Grayscale: #CBCBCB. Windows color (decimal): -4008271 or 11654850. OLE color: 11654850.

HSL color Cylindrical-coordinate representation of color #C2D6B1: hue angle of 92.43º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2D6B1 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 214 177 -
CMYK 0.09 0 0.17 0.16
HSL 92.43º 0.31% 0.77% -
HSV(B) 92.43º 0.17% 0.84% -
XYZ 54.23 62.74 50.85 -
YUV 203.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 194 214 177 0.09 0 0.17 0.16 92.43 0.31 0.77
Hex C2 D6 B1 9 0 11 10 5C 1F 4D
Octal 302 326 261 11 0 21 20 134 37 115
Binary 11000010 11010110 10110001 1001 0 10001 10000 1011100 11111 1001101

Color Harmonies of #C2D6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D6B1

Black with #C2D6B1

Text Example


Text Example

White with #C2D6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D6B1; }

 p { color: rgb(194,214,177); }

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

background-color css

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

 a { background-color: rgb(194,214,177); }

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

border-color css

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

 span { border-color: rgb(194,214,177); }

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