#C4DC8B

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

Shades of Sulu #C4DC8B

Tints of Sulu #C4DC8B

Color information

#C4DC8B (or 0xC4DC8B) is unknown color: approx Sulu. HEX triplet: C4, DC and 8B. RGB value is (196,220,139). Sum of RGB (Red+Green+Blue) = 196+220+139=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DC8B is #3B2374. Grayscale: #CBCBCB. Windows color (decimal): -3875701 or 9166020. OLE color: 9166020.

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

Color convert

RGB196220139-
CMYK0.1100.370.14
HSL77.78º53.64%70.39%-
HSV(B)77.78º36.82%86.27%-
XYZ53.0264.7934.14-
YUV203.5991.55122.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 139 (54.69% from 255) = 25.05%
R=35.32%
G=39.64%
B=25.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962201390.1100.370.1477.7853.6470.39
HexC4DC8BB025E4e3646
Octal304334213130451611666106
Binary11000100110111001000101110110100101111010011101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DC8B; }

 p { color: rgb(196,220,139); }

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

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

 a { background-color: rgb(196,220,139); }

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

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

 span { border-color: rgb(196,220,139); }

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