#C4DB8E

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

Shades of Sulu #C4DB8E

Tints of Sulu #C4DB8E

Color information

#C4DB8E (or 0xC4DB8E) is unknown color: approx Sulu. HEX triplet: C4, DB and 8E. RGB value is (196,219,142). Sum of RGB (Red+Green+Blue) = 196+219+142=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DB8E is #3B2471. Grayscale: #CBCBCB. Windows color (decimal): -3875954 or 9362372. OLE color: 9362372.

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

Color convert

RGB196219142-
CMYK0.1100.350.14
HSL77.92º51.68%70.78%-
HSV(B)77.92º35.16%85.88%-
XYZ52.9864.3535.22-
YUV203.3493.38122.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 142 (55.86% from 255) = 25.49%
R=35.19%
G=39.32%
B=25.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962191420.1100.350.1477.9251.6870.78
HexC4DB8EB023E4e3447
Octal304333216130431611664107
Binary11000100110110111000111010110100011111010011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DB8E; }

 p { color: rgb(196,219,142); }

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

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

 a { background-color: rgb(196,219,142); }

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

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

 span { border-color: rgb(196,219,142); }

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