Html Css Color HEX #C0D890 Sprout

📋 copy color: '#C0D890'

red 192 ◦ green 216 ◦ blue 144

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

Shades of Sprout #C0D890

Tints of Sprout #C0D890

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.13%

 BLUE value IS 144 (56.64% from 255) = 26.09%

R = 34.78%
G = 39.13%
B = 26.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#C0D890 (or 0xC0D890) is known color: Sprout. HEX triplet: C0, D8 and 90. RGB value is (192,216,144). Sum of RGB (Red+Green+Blue) = 192+216+144=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D890 is #3F276F. Grayscale: #C8C8C8. Windows color (decimal): -4138864 or 9492672. OLE color: 9492672.

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

Color convert

RGB 192 216 144 -
CMYK 0.11 0 0.33 0.15
HSL 80º 0.48% 0.71% -
HSV(B) 80º 0.33% 0.85% -
XYZ 51.33 62.33 35.71 -
YUV 200.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 192 216 144 0.11 0 0.33 0.15 80 0.48 0.71
Hex C0 D8 90 B 0 21 F 50 30 47
Octal 300 330 220 13 0 41 17 120 60 107
Binary 11000000 11011000 10010000 1011 0 100001 1111 1010000 110000 1000111

Color Harmonies of #C0D890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D890

Black with #C0D890

Text Example


Text Example

White with #C0D890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D890; }

 p { color: rgb(192,216,144); }

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

background-color css

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

 a { background-color: rgb(192,216,144); }

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

border-color css

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

 span { border-color: rgb(192,216,144); }

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