Html Css Color HEX #C0D192 Sprout

📋 copy color: '#C0D192'

red 192 ◦ green 209 ◦ blue 146

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

Shades of Sprout #C0D192

Tints of Sprout #C0D192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.21%

 BLUE value IS 146 (57.42% from 255) = 26.69%

R = 35.1%
G = 38.21%
B = 26.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#C0D192 (or 0xC0D192) is known color: Sprout. HEX triplet: C0, D1 and 92. RGB value is (192,209,146). Sum of RGB (Red+Green+Blue) = 192+209+146=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D192 is #3F2E6D. Grayscale: #C4C4C4. Windows color (decimal): -4140654 or 9621952. OLE color: 9621952.

HSL color Cylindrical-coordinate representation of color #C0D192: hue angle of 76.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0D192 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 209 146 -
CMYK 0.08 0 0.30 0.18
HSL 76.19º 0.41% 0.7% -
HSV(B) 76.19º 0.3% 0.82% -
XYZ 49.73 58.88 35.94 -
YUV 196.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 192 209 146 0.08 0 0.30 0.18 76.19 0.41 0.7
Hex C0 D1 92 8 0 1E 12 4C 29 46
Octal 300 321 222 10 0 36 22 114 51 106
Binary 11000000 11010001 10010010 1000 0 11110 10010 1001100 101001 1000110

Color Harmonies of #C0D192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D192

Black with #C0D192

Text Example


Text Example

White with #C0D192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D192; }

 p { color: rgb(192,209,146); }

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

background-color css

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

 a { background-color: rgb(192,209,146); }

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

border-color css

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

 span { border-color: rgb(192,209,146); }

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