#C3DB76

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

Shades of Sulu #C3DB76

Tints of Sulu #C3DB76

Color information

#C3DB76 (or 0xC3DB76) is unknown color: approx Sulu. HEX triplet: C3, DB and 76. RGB value is (195,219,118). Sum of RGB (Red+Green+Blue) = 195+219+118=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DB76 is #3C2489. Grayscale: #C8C8C8. Windows color (decimal): -3941514 or 7789507. OLE color: 7789507.

HSL color Cylindrical-coordinate representation of color #C3DB76: hue angle of 74.26º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3DB76 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB195219118-
CMYK0.1100.460.14
HSL74.26º58.38%66.08%-
HSV(B)74.26º46.12%85.88%-
XYZ51.1163.5726.72-
YUV200.3181.55124.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.65%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 118 (46.48% from 255) = 22.18%
R=36.65%
G=41.17%
B=22.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952191180.1100.460.1474.2658.3866.08
HexC3DB76B02EE4a3a42
Octal303333166130561611272102
Binary1100001111011011111011010110101110111010010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DB76; }

 p { color: rgb(195,219,118); }

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

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

 a { background-color: rgb(195,219,118); }

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

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

 span { border-color: rgb(195,219,118); }

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