#c2d886

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

Shades of Sulu #C2D886

Tints of Sulu #C2D886

Color information

#C2D886 (or 0xC2D886) is unknown color: approx Sulu. HEX triplet: C2, D8 and 86. RGB value is (194,216,134). Sum of RGB (Red+Green+Blue) = 194+216+134=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D886 is #3D2779. Grayscale: #C8C8C8. Windows color (decimal): -4007802 or 8837314. OLE color: 8837314.

HSL color Cylindrical-coordinate representation of color #C2D886: hue angle of 76.1º 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 #C2D886 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB194216134-
CMYK0.1000.380.15
HSL76.1º51.25%68.63%-
HSV(B)76.1º37.96%84.71%-
XYZ51.1162.331.89-
YUV200.0790.71123.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 216 (84.77% from 255) = 39.71%
BLUE value IS 134 (52.73% from 255) = 24.63%
R=35.66%
G=39.71%
B=24.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942161340.1000.380.1576.151.2568.63
HexC2D886A026F4c3345
Octal302330206120461711463105
Binary11000010110110001000011010100100110111110011001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2d886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2d886; }

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

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

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

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

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

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

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

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