#C1D873

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

Shades of Sulu #C1D873

Tints of Sulu #C1D873

Color information

#C1D873 (or 0xC1D873) is unknown color: approx Sulu. HEX triplet: C1, D8 and 73. RGB value is (193,216,115). Sum of RGB (Red+Green+Blue) = 193+216+115=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D873 is #3E278C. Grayscale: #C5C5C5. Windows color (decimal): -4073357 or 7592129. OLE color: 7592129.

HSL color Cylindrical-coordinate representation of color #C1D873: hue angle of 73.66º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1D873 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB193216115-
CMYK0.1100.470.15
HSL73.66º56.42%64.9%-
HSV(B)73.66º46.76%84.71%-
XYZ49.6461.6925.51-
YUV197.6181.38124.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 216 (84.77% from 255) = 41.22%
BLUE value IS 115 (45.31% from 255) = 21.95%
R=36.83%
G=41.22%
B=21.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932161150.1100.470.1573.6656.4264.9
HexC1D873B02FF4a3841
Octal301330163130571711270101
Binary1100000111011000111001110110101111111110010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D873; }

 p { color: rgb(193,216,115); }

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

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

 a { background-color: rgb(193,216,115); }

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

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

 span { border-color: rgb(193,216,115); }

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