Html Css Color HEX #C0D1B3 Pixie Green

📋 copy color: '#C0D1B3'

red 192 ◦ green 209 ◦ blue 179

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

Shades of Pixie Green #C0D1B3

Tints of Pixie Green #C0D1B3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.03%

 BLUE value IS 179 (70.31% from 255) = 30.86%

R = 33.1%
G = 36.03%
B = 30.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#C0D1B3 (or 0xC0D1B3) is known color: Pixie Green. HEX triplet: C0, D1 and B3. RGB value is (192,209,179). Sum of RGB (Red+Green+Blue) = 192+209+179=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1B3 is #3F2E4C. Grayscale: #C8C8C8. Windows color (decimal): -4140621 or 11784640. OLE color: 11784640.

HSL color Cylindrical-coordinate representation of color #C0D1B3: hue angle of 94º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0D1B3 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 209 179 -
CMYK 0.08 0 0.14 0.18
HSL 94º 0.25% 0.76% -
HSV(B) 94º 0.14% 0.82% -
XYZ 52.68 60.06 51.46 -
YUV 200.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 192 209 179 0.08 0 0.14 0.18 94 0.25 0.76
Hex C0 D1 B3 8 0 E 12 5E 19 4C
Octal 300 321 263 10 0 16 22 136 31 114
Binary 11000000 11010001 10110011 1000 0 1110 10010 1011110 11001 1001100

Color Harmonies of #C0D1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D1B3

Black with #C0D1B3

Text Example


Text Example

White with #C0D1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D1B3; }

 p { color: rgb(192,209,179); }

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

background-color css

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

 a { background-color: rgb(192,209,179); }

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

border-color css

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

 span { border-color: rgb(192,209,179); }

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