Html Css Color HEX #C2DC98 Sprout

📋 copy color: '#C2DC98'

red 194 ◦ green 220 ◦ blue 152

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

Shades of Sprout #C2DC98

Tints of Sprout #C2DC98

RGB

 RED value IS 194 (76.17% from 255) = 34.28%

 GREEN value IS 220 (86.33% from 255) = 38.87%

 BLUE value IS 152 (59.77% from 255) = 26.86%

R = 34.28%
G = 38.87%
B = 26.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#C2DC98 (or 0xC2DC98) is known color: Sprout. HEX triplet: C2, DC and 98. RGB value is (194,220,152). Sum of RGB (Red+Green+Blue) = 194+220+152=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DC98 is #3D2367. Grayscale: #CCCCCC. Windows color (decimal): -4006760 or 10017986. OLE color: 10017986.

HSL color Cylindrical-coordinate representation of color #C2DC98: hue angle of 82.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2DC98 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 220 152 -
CMYK 0.12 0 0.31 0.14
HSL 82.94º 0.49% 0.73% -
HSV(B) 82.94º 0.31% 0.86% -
XYZ 53.51 64.92 39.42 -
YUV 204.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 194 220 152 0.12 0 0.31 0.14 82.94 0.49 0.73
Hex C2 DC 98 C 0 1F E 53 31 49
Octal 302 334 230 14 0 37 16 123 61 111
Binary 11000010 11011100 10011000 1100 0 11111 1110 1010011 110001 1001001

Color Harmonies of #C2DC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DC98

Black with #C2DC98

Text Example


Text Example

White with #C2DC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DC98; }

 p { color: rgb(194,220,152); }

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

background-color css

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

 a { background-color: rgb(194,220,152); }

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

border-color css

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

 span { border-color: rgb(194,220,152); }

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