Html Css Color HEX #C0D690 Sprout

📋 copy color: '#C0D690'

red 192 ◦ green 214 ◦ blue 144

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

Shades of Sprout #C0D690

Tints of Sprout #C0D690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.91%

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

R = 34.91%
G = 38.91%
B = 26.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#C0D690 (or 0xC0D690) is known color: Sprout. HEX triplet: C0, D6 and 90. RGB value is (192,214,144). Sum of RGB (Red+Green+Blue) = 192+214+144=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D690 is #3F296F. Grayscale: #C7C7C7. Windows color (decimal): -4139376 or 9492160. OLE color: 9492160.

HSL color Cylindrical-coordinate representation of color #C0D690: hue angle of 78.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0D690 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 144 -
CMYK 0.10 0 0.33 0.16
HSL 78.86º 0.46% 0.7% -
HSV(B) 78.86º 0.33% 0.84% -
XYZ 50.82 61.31 35.54 -
YUV 199.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 192 214 144 0.10 0 0.33 0.16 78.86 0.46 0.7
Hex C0 D6 90 A 0 21 10 4F 2E 46
Octal 300 326 220 12 0 41 20 117 56 106
Binary 11000000 11010110 10010000 1010 0 100001 10000 1001111 101110 1000110

Color Harmonies of #C0D690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D690

Black with #C0D690

Text Example


Text Example

White with #C0D690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D690; }

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

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

background-color css

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

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

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

border-color css

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

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

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