Html Css Color HEX #C5D5B4 Pixie Green

📋 copy color: '#C5D5B4'

red 197 ◦ green 213 ◦ blue 180

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

Shades of Pixie Green #C5D5B4

Tints of Pixie Green #C5D5B4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.1%

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

R = 33.39%
G = 36.1%
B = 30.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#C5D5B4 (or 0xC5D5B4) is known color: Pixie Green. HEX triplet: C5, D5 and B4. RGB value is (197,213,180). Sum of RGB (Red+Green+Blue) = 197+213+180=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5B4 is #3A2A4B. Grayscale: #CCCCCC. Windows color (decimal): -3811916 or 11851205. OLE color: 11851205.

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

Color convert

RGB 197 213 180 -
CMYK 0.08 0 0.15 0.16
HSL 89.09º 0.28% 0.77% -
HSV(B) 89.09º 0.15% 0.84% -
XYZ 55.06 62.75 52.39 -
YUV 204.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 197 213 180 0.08 0 0.15 0.16 89.09 0.28 0.77
Hex C5 D5 B4 8 0 F 10 59 1C 4D
Octal 305 325 264 10 0 17 20 131 34 115
Binary 11000101 11010101 10110100 1000 0 1111 10000 1011001 11100 1001101

Color Harmonies of #C5D5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D5B4

Black with #C5D5B4

Text Example


Text Example

White with #C5D5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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