#C6DA8A

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

Shades of Sulu #C6DA8A

Tints of Sulu #C6DA8A

Color information

#C6DA8A (or 0xC6DA8A) is unknown color: approx Sulu. HEX triplet: C6, DA and 8A. RGB value is (198,218,138). Sum of RGB (Red+Green+Blue) = 198+218+138=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DA8A is #392575. Grayscale: #CBCBCB. Windows color (decimal): -3745142 or 9099974. OLE color: 9099974.

HSL color Cylindrical-coordinate representation of color #C6DA8A: hue angle of 75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6DA8A is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB198218138-
CMYK0.0900.370.15
HSL75º51.95%69.8%-
HSV(B)75º36.7%85.49%-
XYZ52.9563.9833.6-
YUV202.991.37124.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=35.74%
G=39.35%
B=24.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982181380.0900.370.157551.9569.8
HexC6DA8A9025F4b3446
Octal306332212110451711364106
Binary11000110110110101000101010010100101111110010111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DA8A; }

 p { color: rgb(198,218,138); }

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

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

 a { background-color: rgb(198,218,138); }

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

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

 span { border-color: rgb(198,218,138); }

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