Html Css Color HEX #C0D994 Sprout

📋 copy color: '#C0D994'

red 192 ◦ green 217 ◦ blue 148

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

Shades of Sprout #C0D994

Tints of Sprout #C0D994

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.96%

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

R = 34.47%
G = 38.96%
B = 26.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#C0D994 (or 0xC0D994) is known color: Sprout. HEX triplet: C0, D9 and 94. RGB value is (192,217,148). Sum of RGB (Red+Green+Blue) = 192+217+148=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D994 is #3F266B. Grayscale: #C9C9C9. Windows color (decimal): -4138604 or 9755072. OLE color: 9755072.

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

Color convert

RGB 192 217 148 -
CMYK 0.12 0 0.32 0.15
HSL 81.74º 0.48% 0.72% -
HSV(B) 81.74º 0.32% 0.85% -
XYZ 51.9 62.97 37.44 -
YUV 201.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 192 217 148 0.12 0 0.32 0.15 81.74 0.48 0.72
Hex C0 D9 94 C 0 20 F 52 30 48
Octal 300 331 224 14 0 40 17 122 60 110
Binary 11000000 11011001 10010100 1100 0 100000 1111 1010010 110000 1001000

Color Harmonies of #C0D994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D994

Black with #C0D994

Text Example


Text Example

White with #C0D994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D994; }

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

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

background-color css

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

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

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

border-color css

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

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

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