#C3DC8A

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

Shades of Sulu #C3DC8A

Tints of Sulu #C3DC8A

Color information

#C3DC8A (or 0xC3DC8A) is unknown color: approx Sulu. HEX triplet: C3, DC and 8A. RGB value is (195,220,138). Sum of RGB (Red+Green+Blue) = 195+220+138=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DC8A is #3C2375. Grayscale: #CBCBCB. Windows color (decimal): -3941238 or 9100483. OLE color: 9100483.

HSL color Cylindrical-coordinate representation of color #C3DC8A: hue angle of 78.29º 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 #C3DC8A is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB195220138-
CMYK0.1100.370.14
HSL78.29º53.95%70.2%-
HSV(B)78.29º37.27%86.27%-
XYZ52.6964.6233.74-
YUV203.1891.22122.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=35.26%
G=39.78%
B=24.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952201380.1100.370.1478.2953.9570.2
HexC3DC8AB025E4e3646
Octal303334212130451611666106
Binary11000011110111001000101010110100101111010011101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DC8A; }

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

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

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

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

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

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

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

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