#c0d786

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

Shades of Sulu #C0D786

Tints of Sulu #C0D786

Color information

#C0D786 (or 0xC0D786) is unknown color: approx Sulu. HEX triplet: C0, D7 and 86. RGB value is (192,215,134). Sum of RGB (Red+Green+Blue) = 192+215+134=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D786 is #3F2879. Grayscale: #C7C7C7. Windows color (decimal): -4139130 or 8837056. OLE color: 8837056.

HSL color Cylindrical-coordinate representation of color #C0D786: hue angle of 77.04º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0D786 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB192215134-
CMYK0.1100.380.16
HSL77.04º50.31%68.43%-
HSV(B)77.04º37.67%84.31%-
XYZ50.3461.5331.78-
YUV198.8991.38123.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 215 (84.38% from 255) = 39.74%
BLUE value IS 134 (52.73% from 255) = 24.77%
R=35.49%
G=39.74%
B=24.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922151340.1100.380.1677.0450.3168.43
HexC0D786B026104d3244
Octal300327206130462011562104
Binary110000001101011110000110101101001101000010011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0d786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0d786; }

 p { color: rgb(192,215,134); }

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

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

 a { background-color: rgb(192,215,134); }

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

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

 span { border-color: rgb(192,215,134); }

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