#C1DC8A

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

Shades of Sulu #C1DC8A

Tints of Sulu #C1DC8A

Color information

#C1DC8A (or 0xC1DC8A) is unknown color: approx Sulu. HEX triplet: C1, DC and 8A. RGB value is (193,220,138). Sum of RGB (Red+Green+Blue) = 193+220+138=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DC8A is #3E2375. Grayscale: #CACACA. Windows color (decimal): -4072310 or 9100481. OLE color: 9100481.

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

Color convert

RGB193220138-
CMYK0.1200.370.14
HSL79.76º53.95%70.2%-
HSV(B)79.76º37.27%86.27%-
XYZ52.1764.3633.72-
YUV202.5891.55121.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.03%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=35.03%
G=39.93%
B=25.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201380.1200.370.1479.7653.9570.2
HexC1DC8AC025E503646
Octal301334212140451612066106
Binary11000001110111001000101011000100101111010100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DC8A; }

 p { color: rgb(193,220,138); }

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

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

 a { background-color: rgb(193,220,138); }

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

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

 span { border-color: rgb(193,220,138); }

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