#C1D58B

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

Shades of Sulu #C1D58B

Tints of Sulu #C1D58B

Color information

#C1D58B (or 0xC1D58B) is unknown color: approx Sulu. HEX triplet: C1, D5 and 8B. RGB value is (193,213,139). Sum of RGB (Red+Green+Blue) = 193+213+139=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D58B is #3E2A74. Grayscale: #C6C6C6. Windows color (decimal): -4074101 or 9164225. OLE color: 9164225.

HSL color Cylindrical-coordinate representation of color #C1D58B: hue angle of 76.22º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1D58B is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB193213139-
CMYK0.0900.350.16
HSL76.22º46.84%69.02%-
HSV(B)76.22º34.74%83.53%-
XYZ50.4560.7933.5-
YUV198.5894.37124.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.41%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=35.41%
G=39.08%
B=25.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932131390.0900.350.1676.2246.8469.02
HexC1D58B9023104c2f45
Octal301325213110432011457105
Binary110000011101010110001011100101000111000010011001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D58B; }

 p { color: rgb(193,213,139); }

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

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

 a { background-color: rgb(193,213,139); }

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

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

 span { border-color: rgb(193,213,139); }

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