Html Css Color HEX #C1D6B1 Pixie Green

📋 copy color: '#C1D6B1'

red 193 ◦ green 214 ◦ blue 177

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

Shades of Pixie Green #C1D6B1

Tints of Pixie Green #C1D6B1

RGB

 RED value IS 193 (75.78% from 255) = 33.05%

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

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

R = 33.05%
G = 36.64%
B = 30.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#C1D6B1 (or 0xC1D6B1) is known color: Pixie Green. HEX triplet: C1, D6 and B1. RGB value is (193,214,177). Sum of RGB (Red+Green+Blue) = 193+214+177=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D6B1 is #3E294E. Grayscale: #CBCBCB. Windows color (decimal): -4073807 or 11654849. OLE color: 11654849.

HSL color Cylindrical-coordinate representation of color #C1D6B1: hue angle of 94.05º 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 #C1D6B1 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 214 177 -
CMYK 0.10 0 0.17 0.16
HSL 94.05º 0.31% 0.77% -
HSV(B) 94.05º 0.17% 0.84% -
XYZ 53.97 62.6 50.83 -
YUV 203.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 193 214 177 0.10 0 0.17 0.16 94.05 0.31 0.77
Hex C1 D6 B1 A 0 11 10 5E 1F 4D
Octal 301 326 261 12 0 21 20 136 37 115
Binary 11000001 11010110 10110001 1010 0 10001 10000 1011110 11111 1001101

Color Harmonies of #C1D6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D6B1

Black with #C1D6B1

Text Example


Text Example

White with #C1D6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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