Html Css Color HEX #C5D6B4 Pixie Green

📋 copy color: '#C5D6B4'

red 197 ◦ green 214 ◦ blue 180

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

Shades of Pixie Green #C5D6B4

Tints of Pixie Green #C5D6B4

RGB

 RED value IS 197 (77.34% from 255) = 33.33%

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

 BLUE value IS 180 (70.7% from 255) = 30.46%

R = 33.33%
G = 36.21%
B = 30.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#C5D6B4 (or 0xC5D6B4) is known color: Pixie Green. HEX triplet: C5, D6 and B4. RGB value is (197,214,180). Sum of RGB (Red+Green+Blue) = 197+214+180=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6B4 is #3A294B. Grayscale: #CDCDCD. Windows color (decimal): -3811660 or 11851461. OLE color: 11851461.

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

Color convert

RGB 197 214 180 -
CMYK 0.08 0 0.16 0.16
HSL 90º 0.29% 0.77% -
HSV(B) 90º 0.16% 0.84% -
XYZ 55.31 63.26 52.47 -
YUV 205.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 197 214 180 0.08 0 0.16 0.16 90 0.29 0.77
Hex C5 D6 B4 8 0 10 10 5A 1D 4D
Octal 305 326 264 10 0 20 20 132 35 115
Binary 11000101 11010110 10110100 1000 0 10000 10000 1011010 11101 1001101

Color Harmonies of #C5D6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D6B4

Black with #C5D6B4

Text Example


Text Example

White with #C5D6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D6B4; }

 p { color: rgb(197,214,180); }

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

background-color css

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

 a { background-color: rgb(197,214,180); }

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

border-color css

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

 span { border-color: rgb(197,214,180); }

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