#C4D98C

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

Shades of Sulu #C4D98C

Tints of Sulu #C4D98C

Color information

#C4D98C (or 0xC4D98C) is unknown color: approx Sulu. HEX triplet: C4, D9 and 8C. RGB value is (196,217,140). Sum of RGB (Red+Green+Blue) = 196+217+140=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D98C is #3B2673. Grayscale: #CACACA. Windows color (decimal): -3876468 or 9230788. OLE color: 9230788.

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

Color convert

RGB196217140-
CMYK0.1000.350.15
HSL76.36º50.33%70%-
HSV(B)76.36º35.48%85.1%-
XYZ52.3163.2534.26-
YUV201.9493.04123.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 140 (55.08% from 255) = 25.32%
R=35.44%
G=39.24%
B=25.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962171400.1000.350.1576.3650.3370
HexC4D98CA023F4c3246
Octal304331214120431711462106
Binary11000100110110011000110010100100011111110011001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D98C; }

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

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

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

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

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

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

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

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