Html Css Color HEX #C1D493 Sprout

📋 copy color: '#C1D493'

red 193 ◦ green 212 ◦ blue 147

#C1D493
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #C1D493

Tints of Sprout #C1D493

RGB

 RED value IS 193 (75.78% from 255) = 34.96%

 GREEN value IS 212 (83.2% from 255) = 38.41%

 BLUE value IS 147 (57.81% from 255) = 26.63%

R = 34.96%
G = 38.41%
B = 26.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#C1D493 (or 0xC1D493) is known color: Sprout. HEX triplet: C1, D4 and 93. RGB value is (193,212,147). Sum of RGB (Red+Green+Blue) = 193+212+147=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D493 is #3E2B6C. Grayscale: #C7C7C7. Windows color (decimal): -4074349 or 9688257. OLE color: 9688257.

HSL color Cylindrical-coordinate representation of color #C1D493: hue angle of 77.54º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1D493 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 212 147 -
CMYK 0.09 0 0.31 0.17
HSL 77.54º 0.43% 0.7% -
HSV(B) 77.54º 0.31% 0.83% -
XYZ 50.8 60.53 36.61 -
YUV 198.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 193 212 147 0.09 0 0.31 0.17 77.54 0.43 0.7
Hex C1 D4 93 9 0 1F 11 4E 2B 46
Octal 301 324 223 11 0 37 21 116 53 106
Binary 11000001 11010100 10010011 1001 0 11111 10001 1001110 101011 1000110

Color Harmonies of #C1D493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D493

Black with #C1D493

Text Example


Text Example

White with #C1D493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D493; }

 p { color: rgb(193,212,147); }

 H1.HeaderClassName
 {
   color: #C1D493;
 }
 .AnyTagClassName
 {
   color: #C1D493;
 }
</style>

background-color css

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

 a { background-color: rgb(193,212,147); }

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

border-color css

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

 span { border-color: rgb(193,212,147); }

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