Html Css Color HEX #C0DB9B Pixie Green

📋 copy color: '#C0DB9B'

red 192 ◦ green 219 ◦ blue 155

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

Shades of Pixie Green #C0DB9B

Tints of Pixie Green #C0DB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.39%

R = 33.92%
G = 38.69%
B = 27.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#C0DB9B (or 0xC0DB9B) is known color: Pixie Green. HEX triplet: C0, DB and 9B. RGB value is (192,219,155). Sum of RGB (Red+Green+Blue) = 192+219+155=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DB9B is #3F2464. Grayscale: #CBCBCB. Windows color (decimal): -4138085 or 10214336. OLE color: 10214336.

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

Color convert

RGB 192 219 155 -
CMYK 0.12 0 0.29 0.14
HSL 85.31º 0.47% 0.73% -
HSV(B) 85.31º 0.29% 0.86% -
XYZ 52.99 64.24 40.62 -
YUV 203.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 192 219 155 0.12 0 0.29 0.14 85.31 0.47 0.73
Hex C0 DB 9B C 0 1D E 55 2F 49
Octal 300 333 233 14 0 35 16 125 57 111
Binary 11000000 11011011 10011011 1100 0 11101 1110 1010101 101111 1001001

Color Harmonies of #C0DB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB9B

Black with #C0DB9B

Text Example


Text Example

White with #C0DB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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