#C0D98B

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

Shades of Sulu #C0D98B

Tints of Sulu #C0D98B

Color information

#C0D98B (or 0xC0D98B) is unknown color: approx Sulu. HEX triplet: C0, D9 and 8B. RGB value is (192,217,139). Sum of RGB (Red+Green+Blue) = 192+217+139=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D98B is #3F2674. Grayscale: #C8C8C8. Windows color (decimal): -4138613 or 9165248. OLE color: 9165248.

HSL color Cylindrical-coordinate representation of color #C0D98B: hue angle of 79.23º 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 #C0D98B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB192217139-
CMYK0.1200.360.15
HSL79.23º50.65%69.8%-
HSV(B)79.23º35.94%85.1%-
XYZ51.2162.733.83-
YUV200.6393.22121.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 217 (85.16% from 255) = 39.60%
BLUE value IS 139 (54.69% from 255) = 25.36%
R=35.04%
G=39.60%
B=25.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922171390.1200.360.1579.2350.6569.8
HexC0D98BC024F4f3346
Octal300331213140441711763106
Binary11000000110110011000101111000100100111110011111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D98B; }

 p { color: rgb(192,217,139); }

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

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

 a { background-color: rgb(192,217,139); }

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

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

 span { border-color: rgb(192,217,139); }

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