#C4D985

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

Shades of Sulu #C4D985

Tints of Sulu #C4D985

Color information

#C4D985 (or 0xC4D985) is unknown color: approx Sulu. HEX triplet: C4, D9 and 85. RGB value is (196,217,133). Sum of RGB (Red+Green+Blue) = 196+217+133=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D985 is #3B267A. Grayscale: #C9C9C9. Windows color (decimal): -3876475 or 8772036. OLE color: 8772036.

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

Color convert

RGB196217133-
CMYK0.1000.390.15
HSL75º52.5%68.63%-
HSV(B)75º38.71%85.1%-
XYZ51.8163.0531.63-
YUV201.1489.54124.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 217 (85.16% from 255) = 39.74%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=35.90%
G=39.74%
B=24.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962171330.1000.390.157552.568.63
HexC4D985A027F4b3545
Octal304331205120471711365105
Binary11000100110110011000010110100100111111110010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D985; }

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

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

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

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

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

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

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

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