#C4D976

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

Shades of Sulu #C4D976

Tints of Sulu #C4D976

Color information

#C4D976 (or 0xC4D976) is unknown color: approx Sulu. HEX triplet: C4, D9 and 76. RGB value is (196,217,118). Sum of RGB (Red+Green+Blue) = 196+217+118=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D976 is #3B2689. Grayscale: #C7C7C7. Windows color (decimal): -3876490 or 7788996. OLE color: 7788996.

HSL color Cylindrical-coordinate representation of color #C4D976: hue angle of 72.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4D976 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB196217118-
CMYK0.1000.460.15
HSL72.73º56.57%65.69%-
HSV(B)72.73º45.62%85.1%-
XYZ50.8562.6726.56-
YUV199.4482.04125.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 118 (46.48% from 255) = 22.22%
R=36.91%
G=40.87%
B=22.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962171180.1000.460.1572.7356.5765.69
HexC4D976A02EF493942
Octal304331166120561711171102
Binary1100010011011001111011010100101110111110010011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D976; }

 p { color: rgb(196,217,118); }

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

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

 a { background-color: rgb(196,217,118); }

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

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

 span { border-color: rgb(196,217,118); }

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