#C1DB86

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

Shades of Sulu #C1DB86

Tints of Sulu #C1DB86

Color information

#C1DB86 (or 0xC1DB86) is unknown color: approx Sulu. HEX triplet: C1, DB and 86. RGB value is (193,219,134). Sum of RGB (Red+Green+Blue) = 193+219+134=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DB86 is #3E2479. Grayscale: #C9C9C9. Windows color (decimal): -4072570 or 8838081. OLE color: 8838081.

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

Color convert

RGB193219134-
CMYK0.1200.390.14
HSL78.35º54.14%69.22%-
HSV(B)78.35º38.81%85.88%-
XYZ51.6363.7232.13-
YUV201.5489.89121.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 134 (52.73% from 255) = 24.54%
R=35.35%
G=40.11%
B=24.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932191340.1200.390.1478.3554.1469.22
HexC1DB86C027E4e3645
Octal301333206140471611666105
Binary11000001110110111000011011000100111111010011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DB86; }

 p { color: rgb(193,219,134); }

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

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

 a { background-color: rgb(193,219,134); }

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

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

 span { border-color: rgb(193,219,134); }

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