Html Css Color HEX #C0DBA6 Pixie Green

📋 copy color: '#C0DBA6'

red 192 ◦ green 219 ◦ blue 166

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

Shades of Pixie Green #C0DBA6

Tints of Pixie Green #C0DBA6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.95%

 BLUE value IS 166 (65.23% from 255) = 28.77%

R = 33.28%
G = 37.95%
B = 28.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#C0DBA6 (or 0xC0DBA6) is known color: Pixie Green. HEX triplet: C0, DB and A6. RGB value is (192,219,166). Sum of RGB (Red+Green+Blue) = 192+219+166=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DBA6 is #3F2459. Grayscale: #CDCDCD. Windows color (decimal): -4138074 or 10935232. OLE color: 10935232.

HSL color Cylindrical-coordinate representation of color #C0DBA6: hue angle of 90.57º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DBA6 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 219 166 -
CMYK 0.12 0 0.24 0.14
HSL 90.57º 0.42% 0.75% -
HSV(B) 90.57º 0.24% 0.86% -
XYZ 53.95 64.62 45.71 -
YUV 204.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 192 219 166 0.12 0 0.24 0.14 90.57 0.42 0.75
Hex C0 DB A6 C 0 18 E 5B 2A 4B
Octal 300 333 246 14 0 30 16 133 52 113
Binary 11000000 11011011 10100110 1100 0 11000 1110 1011011 101010 1001011

Color Harmonies of #C0DBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DBA6

Black with #C0DBA6

Text Example


Text Example

White with #C0DBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DBA6; }

 p { color: rgb(192,219,166); }

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

background-color css

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

 a { background-color: rgb(192,219,166); }

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

border-color css

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

 span { border-color: rgb(192,219,166); }

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