Html Css Color HEX #C9DB80 Deco

📋 copy color: '#C9DB80'

red 201 ◦ green 219 ◦ blue 128

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

Shades of Deco #C9DB80

Tints of Deco #C9DB80

RGB

 RED value IS 201 (78.91% from 255) = 36.68%

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

 BLUE value IS 128 (50.39% from 255) = 23.36%

R = 36.68%
G = 39.96%
B = 23.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#C9DB80 (or 0xC9DB80) is known color: Deco. HEX triplet: C9, DB and 80. RGB value is (201,219,128). Sum of RGB (Red+Green+Blue) = 201+219+128=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DB80 is #36247F. Grayscale: #CBCBCB. Windows color (decimal): -3548288 or 8444873. OLE color: 8444873.

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

Color convert

RGB 201 219 128 -
CMYK 0.08 0 0.42 0.14
HSL 71.87º 0.56% 0.68% -
HSV(B) 71.87º 0.42% 0.86% -
XYZ 53.32 64.64 30.09 -
YUV 203.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 201 219 128 0.08 0 0.42 0.14 71.87 0.56 0.68
Hex C9 DB 80 8 0 2A E 48 38 44
Octal 311 333 200 10 0 52 16 110 70 104
Binary 11001001 11011011 10000000 1000 0 101010 1110 1001000 111000 1000100

Color Harmonies of #C9DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB80

Black with #C9DB80

Text Example


Text Example

White with #C9DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB80; }

 p { color: rgb(201,219,128); }

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

background-color css

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

 a { background-color: rgb(201,219,128); }

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

border-color css

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

 span { border-color: rgb(201,219,128); }

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