Html Css Color HEX #C0D2AB Pixie Green

📋 copy color: '#C0D2AB'

red 192 ◦ green 210 ◦ blue 171

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

Shades of Pixie Green #C0D2AB

Tints of Pixie Green #C0D2AB

RGB

 RED value IS 192 (75.39% from 255) = 33.51%

 GREEN value IS 210 (82.42% from 255) = 36.65%

 BLUE value IS 171 (67.19% from 255) = 29.84%

R = 33.51%
G = 36.65%
B = 29.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#C0D2AB (or 0xC0D2AB) is known color: Pixie Green. HEX triplet: C0, D2 and AB. RGB value is (192,210,171). Sum of RGB (Red+Green+Blue) = 192+210+171=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D2AB is #3F2D54. Grayscale: #C8C8C8. Windows color (decimal): -4140373 or 11260608. OLE color: 11260608.

HSL color Cylindrical-coordinate representation of color #C0D2AB: hue angle of 87.69º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0D2AB is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 210 171 -
CMYK 0.09 0 0.19 0.18
HSL 87.69º 0.3% 0.75% -
HSV(B) 87.69º 0.19% 0.82% -
XYZ 52.14 60.24 47.41 -
YUV 200.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 192 210 171 0.09 0 0.19 0.18 87.69 0.3 0.75
Hex C0 D2 AB 9 0 13 12 58 1E 4B
Octal 300 322 253 11 0 23 22 130 36 113
Binary 11000000 11010010 10101011 1001 0 10011 10010 1011000 11110 1001011

Color Harmonies of #C0D2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D2AB

Black with #C0D2AB

Text Example


Text Example

White with #C0D2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D2AB; }

 p { color: rgb(192,210,171); }

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

background-color css

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

 a { background-color: rgb(192,210,171); }

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

border-color css

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

 span { border-color: rgb(192,210,171); }

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