Html Css Color HEX #C0D393 Sprout

📋 copy color: '#C0D393'

red 192 ◦ green 211 ◦ blue 147

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

Shades of Sprout #C0D393

Tints of Sprout #C0D393

RGB

 RED value IS 192 (75.39% from 255) = 34.91%

 GREEN value IS 211 (82.81% from 255) = 38.36%

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

R = 34.91%
G = 38.36%
B = 26.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#C0D393 (or 0xC0D393) is known color: Sprout. HEX triplet: C0, D3 and 93. RGB value is (192,211,147). Sum of RGB (Red+Green+Blue) = 192+211+147=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D393 is #3F2C6C. Grayscale: #C6C6C6. Windows color (decimal): -4140141 or 9688000. OLE color: 9688000.

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

Color convert

RGB 192 211 147 -
CMYK 0.09 0 0.30 0.17
HSL 77.81º 0.42% 0.7% -
HSV(B) 77.81º 0.3% 0.83% -
XYZ 50.3 59.9 36.51 -
YUV 198.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 192 211 147 0.09 0 0.30 0.17 77.81 0.42 0.7
Hex C0 D3 93 9 0 1E 11 4E 2A 46
Octal 300 323 223 11 0 36 21 116 52 106
Binary 11000000 11010011 10010011 1001 0 11110 10001 1001110 101010 1000110

Color Harmonies of #C0D393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D393

Black with #C0D393

Text Example


Text Example

White with #C0D393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D393; }

 p { color: rgb(192,211,147); }

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

background-color css

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

 a { background-color: rgb(192,211,147); }

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

border-color css

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

 span { border-color: rgb(192,211,147); }

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