Html Css Color HEX #C2D398 Sprout

📋 copy color: '#C2D398'

red 194 ◦ green 211 ◦ blue 152

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

Shades of Sprout #C2D398

Tints of Sprout #C2D398

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.88%

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

R = 34.83%
G = 37.88%
B = 27.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#C2D398 (or 0xC2D398) is known color: Sprout. HEX triplet: C2, D3 and 98. RGB value is (194,211,152). Sum of RGB (Red+Green+Blue) = 194+211+152=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D398 is #3D2C67. Grayscale: #C7C7C7. Windows color (decimal): -4009064 or 10015682. OLE color: 10015682.

HSL color Cylindrical-coordinate representation of color #C2D398: hue angle of 77.29º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2D398 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 211 152 -
CMYK 0.08 0 0.28 0.17
HSL 77.29º 0.4% 0.71% -
HSV(B) 77.29º 0.28% 0.83% -
XYZ 51.21 60.32 38.65 -
YUV 199.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 194 211 152 0.08 0 0.28 0.17 77.29 0.4 0.71
Hex C2 D3 98 8 0 1C 11 4D 28 47
Octal 302 323 230 10 0 34 21 115 50 107
Binary 11000010 11010011 10011000 1000 0 11100 10001 1001101 101000 1000111

Color Harmonies of #C2D398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D398

Black with #C2D398

Text Example


Text Example

White with #C2D398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D398; }

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

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

background-color css

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

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

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

border-color css

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

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

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