#C1D886

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

Shades of Sulu #C1D886

Tints of Sulu #C1D886

Color information

#C1D886 (or 0xC1D886) is unknown color: approx Sulu. HEX triplet: C1, D8 and 86. RGB value is (193,216,134). Sum of RGB (Red+Green+Blue) = 193+216+134=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D886 is #3E2779. Grayscale: #C8C8C8. Windows color (decimal): -4073338 or 8837313. OLE color: 8837313.

HSL color Cylindrical-coordinate representation of color #C1D886: hue angle of 76.83º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1D886 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB193216134-
CMYK0.1100.380.15
HSL76.83º51.25%68.63%-
HSV(B)76.83º37.96%84.71%-
XYZ50.8562.1731.87-
YUV199.7890.88123.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 216 (84.77% from 255) = 39.78%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=35.54%
G=39.78%
B=24.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932161340.1100.380.1576.8351.2568.63
HexC1D886B026F4d3345
Octal301330206130461711563105
Binary11000001110110001000011010110100110111110011011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D886; }

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

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

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

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

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

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

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

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