Html Css Color HEX #C0D695 Sprout

📋 copy color: '#C0D695'

red 192 ◦ green 214 ◦ blue 149

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

Shades of Sprout #C0D695

Tints of Sprout #C0D695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.85%

R = 34.59%
G = 38.56%
B = 26.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#C0D695 (or 0xC0D695) is known color: Sprout. HEX triplet: C0, D6 and 95. RGB value is (192,214,149). Sum of RGB (Red+Green+Blue) = 192+214+149=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D695 is #3F296A. Grayscale: #C8C8C8. Windows color (decimal): -4139371 or 9819840. OLE color: 9819840.

HSL color Cylindrical-coordinate representation of color #C0D695: hue angle of 80.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0D695 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 149 -
CMYK 0.10 0 0.30 0.16
HSL 80.31º 0.44% 0.71% -
HSV(B) 80.31º 0.3% 0.84% -
XYZ 51.21 61.47 37.6 -
YUV 200.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 192 214 149 0.10 0 0.30 0.16 80.31 0.44 0.71
Hex C0 D6 95 A 0 1E 10 50 2C 47
Octal 300 326 225 12 0 36 20 120 54 107
Binary 11000000 11010110 10010101 1010 0 11110 10000 1010000 101100 1000111

Color Harmonies of #C0D695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D695

Black with #C0D695

Text Example


Text Example

White with #C0D695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D695; }

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

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

background-color css

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

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

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

border-color css

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

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

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