Html Css Color HEX #C0D697 Sprout

📋 copy color: '#C0D697'

red 192 ◦ green 214 ◦ blue 151

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

Shades of Sprout #C0D697

Tints of Sprout #C0D697

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

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

R = 34.47%
G = 38.42%
B = 27.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#C0D697 (or 0xC0D697) is known color: Sprout. HEX triplet: C0, D6 and 97. RGB value is (192,214,151). Sum of RGB (Red+Green+Blue) = 192+214+151=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D697 is #3F2968. Grayscale: #C8C8C8. Windows color (decimal): -4139369 or 9950912. OLE color: 9950912.

HSL color Cylindrical-coordinate representation of color #C0D697: hue angle of 80.95º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0D697 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 151 -
CMYK 0.10 0 0.29 0.16
HSL 80.95º 0.43% 0.72% -
HSV(B) 80.95º 0.29% 0.84% -
XYZ 51.37 61.53 38.45 -
YUV 200.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 192 214 151 0.10 0 0.29 0.16 80.95 0.43 0.72
Hex C0 D6 97 A 0 1D 10 51 2B 48
Octal 300 326 227 12 0 35 20 121 53 110
Binary 11000000 11010110 10010111 1010 0 11101 10000 1010001 101011 1001000

Color Harmonies of #C0D697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D697

Black with #C0D697

Text Example


Text Example

White with #C0D697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D697; }

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

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

background-color css

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

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

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

border-color css

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

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

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