Html Css Color HEX #C0D097 Sprout

📋 copy color: '#C0D097'

red 192 ◦ green 208 ◦ blue 151

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

Shades of Sprout #C0D097

Tints of Sprout #C0D097

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.75%

 BLUE value IS 151 (59.38% from 255) = 27.4%

R = 34.85%
G = 37.75%
B = 27.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#C0D097 (or 0xC0D097) is known color: Sprout. HEX triplet: C0, D0 and 97. RGB value is (192,208,151). Sum of RGB (Red+Green+Blue) = 192+208+151=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D097 is #3F2F68. Grayscale: #C4C4C4. Windows color (decimal): -4140905 or 9949376. OLE color: 9949376.

HSL color Cylindrical-coordinate representation of color #C0D097: hue angle of 76.84º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0D097 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 208 151 -
CMYK 0.08 0 0.27 0.18
HSL 76.84º 0.38% 0.7% -
HSV(B) 76.84º 0.27% 0.82% -
XYZ 49.88 58.55 37.95 -
YUV 196.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 192 208 151 0.08 0 0.27 0.18 76.84 0.38 0.7
Hex C0 D0 97 8 0 1B 12 4D 26 46
Octal 300 320 227 10 0 33 22 115 46 106
Binary 11000000 11010000 10010111 1000 0 11011 10010 1001101 100110 1000110

Color Harmonies of #C0D097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D097

Black with #C0D097

Text Example


Text Example

White with #C0D097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D097; }

 p { color: rgb(192,208,151); }

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

background-color css

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

 a { background-color: rgb(192,208,151); }

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

border-color css

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

 span { border-color: rgb(192,208,151); }

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