Html Css Color HEX #C2D594 Sprout

📋 copy color: '#C2D594'

red 194 ◦ green 213 ◦ blue 148

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

Shades of Sprout #C2D594

Tints of Sprout #C2D594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.38%

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

R = 34.95%
G = 38.38%
B = 26.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#C2D594 (or 0xC2D594) is known color: Sprout. HEX triplet: C2, D5 and 94. RGB value is (194,213,148). Sum of RGB (Red+Green+Blue) = 194+213+148=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D594 is #3D2A6B. Grayscale: #C8C8C8. Windows color (decimal): -4008556 or 9754050. OLE color: 9754050.

HSL color Cylindrical-coordinate representation of color #C2D594: hue angle of 77.54º degrees, saturation: 0.44, 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 #C2D594 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 213 148 -
CMYK 0.09 0 0.31 0.16
HSL 77.54º 0.44% 0.71% -
HSV(B) 77.54º 0.31% 0.84% -
XYZ 51.39 61.2 37.12 -
YUV 199.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 194 213 148 0.09 0 0.31 0.16 77.54 0.44 0.71
Hex C2 D5 94 9 0 1F 10 4E 2C 47
Octal 302 325 224 11 0 37 20 116 54 107
Binary 11000010 11010101 10010100 1001 0 11111 10000 1001110 101100 1000111

Color Harmonies of #C2D594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D594

Black with #C2D594

Text Example


Text Example

White with #C2D594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D594; }

 p { color: rgb(194,213,148); }

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

background-color css

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

 a { background-color: rgb(194,213,148); }

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

border-color css

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

 span { border-color: rgb(194,213,148); }

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