Html Css Color HEX #C0D794 Sprout

📋 copy color: '#C0D794'

red 192 ◦ green 215 ◦ blue 148

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

Shades of Sprout #C0D794

Tints of Sprout #C0D794

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.74%

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 34.59%
G = 38.74%
B = 26.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#C0D794 (or 0xC0D794) is known color: Sprout. HEX triplet: C0, D7 and 94. RGB value is (192,215,148). Sum of RGB (Red+Green+Blue) = 192+215+148=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D794 is #3F286B. Grayscale: #C8C8C8. Windows color (decimal): -4139116 or 9754560. OLE color: 9754560.

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

Color convert

RGB 192 215 148 -
CMYK 0.11 0 0.31 0.16
HSL 80.6º 0.46% 0.71% -
HSV(B) 80.6º 0.31% 0.84% -
XYZ 51.38 61.95 37.27 -
YUV 200.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 192 215 148 0.11 0 0.31 0.16 80.6 0.46 0.71
Hex C0 D7 94 B 0 1F 10 51 2E 47
Octal 300 327 224 13 0 37 20 121 56 107
Binary 11000000 11010111 10010100 1011 0 11111 10000 1010001 101110 1000111

Color Harmonies of #C0D794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D794

Black with #C0D794

Text Example


Text Example

White with #C0D794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D794; }

 p { color: rgb(192,215,148); }

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

background-color css

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

 a { background-color: rgb(192,215,148); }

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

border-color css

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

 span { border-color: rgb(192,215,148); }

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