#C9DC82

Color #C9DC82 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C9DC82

Tints of Sulu #C9DC82

Color information

#C9DC82 (or 0xC9DC82) is unknown color: approx Sulu. HEX triplet: C9, DC and 82. RGB value is (201,220,130). Sum of RGB (Red+Green+Blue) = 201+220+130=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DC82 is #36237D. Grayscale: #CCCCCC. Windows color (decimal): -3548030 or 8576201. OLE color: 8576201.

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

Color convert

RGB201220130-
CMYK0.0900.410.14
HSL72.67º56.25%68.63%-
HSV(B)72.67º40.91%86.27%-
XYZ53.7165.2230.88-
YUV204.0686.21125.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.48%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 130 (51.17% from 255) = 23.59%
R=36.48%
G=39.93%
B=23.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201300.0900.410.1472.6756.2568.63
HexC9DC829029E493845
Octal311334202110511611170105
Binary11001001110111001000001010010101001111010010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DC82; }

 p { color: rgb(201,220,130); }

 H1.HeaderClassName
 {
   color: #C9DC82;
 }
 .AnyTagClassName
 {
   color: #C9DC82;
 }
</style>
background-color css

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

 a { background-color: rgb(201,220,130); }

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

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

 span { border-color: rgb(201,220,130); }

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