#C4D98A

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

Shades of Sulu #C4D98A

Tints of Sulu #C4D98A

Color information

#C4D98A (or 0xC4D98A) is unknown color: approx Sulu. HEX triplet: C4, D9 and 8A. RGB value is (196,217,138). Sum of RGB (Red+Green+Blue) = 196+217+138=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D98A is #3B2675. Grayscale: #CACACA. Windows color (decimal): -3876470 or 9099716. OLE color: 9099716.

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

Color convert

RGB196217138-
CMYK0.1000.360.15
HSL75.95º50.97%69.61%-
HSV(B)75.95º36.41%85.1%-
XYZ52.1763.233.49-
YUV201.7292.04123.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.57%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=35.57%
G=39.38%
B=25.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962171380.1000.360.1575.9550.9769.61
HexC4D98AA024F4c3346
Octal304331212120441711463106
Binary11000100110110011000101010100100100111110011001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D98A; }

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

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

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

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

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

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

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

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