Html Css Color HEX #C2D7B1 Pixie Green

📋 copy color: '#C2D7B1'

red 194 ◦ green 215 ◦ blue 177

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

Shades of Pixie Green #C2D7B1

Tints of Pixie Green #C2D7B1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.69%

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

R = 33.11%
G = 36.69%
B = 30.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#C2D7B1 (or 0xC2D7B1) is known color: Pixie Green. HEX triplet: C2, D7 and B1. RGB value is (194,215,177). Sum of RGB (Red+Green+Blue) = 194+215+177=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D7B1 is #3D284E. Grayscale: #CCCCCC. Windows color (decimal): -4008015 or 11655106. OLE color: 11655106.

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

Color convert

RGB 194 215 177 -
CMYK 0.10 0 0.18 0.16
HSL 93.16º 0.32% 0.77% -
HSV(B) 93.16º 0.18% 0.84% -
XYZ 54.48 63.24 50.93 -
YUV 204.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 194 215 177 0.10 0 0.18 0.16 93.16 0.32 0.77
Hex C2 D7 B1 A 0 12 10 5D 20 4D
Octal 302 327 261 12 0 22 20 135 40 115
Binary 11000010 11010111 10110001 1010 0 10010 10000 1011101 100000 1001101

Color Harmonies of #C2D7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D7B1

Black with #C2D7B1

Text Example


Text Example

White with #C2D7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D7B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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