Html Css Color HEX #C0D696 Sprout

📋 copy color: '#C0D696'

red 192 ◦ green 214 ◦ blue 150

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

Shades of Sprout #C0D696

Tints of Sprout #C0D696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.98%

R = 34.53%
G = 38.49%
B = 26.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#C0D696 (or 0xC0D696) is known color: Sprout. HEX triplet: C0, D6 and 96. RGB value is (192,214,150). Sum of RGB (Red+Green+Blue) = 192+214+150=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D696 is #3F2969. Grayscale: #C8C8C8. Windows color (decimal): -4139370 or 9885376. OLE color: 9885376.

HSL color Cylindrical-coordinate representation of color #C0D696: hue angle of 80.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0D696 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 150 -
CMYK 0.10 0 0.30 0.16
HSL 80.63º 0.44% 0.71% -
HSV(B) 80.63º 0.3% 0.84% -
XYZ 51.29 61.5 38.02 -
YUV 200.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 192 214 150 0.10 0 0.30 0.16 80.63 0.44 0.71
Hex C0 D6 96 A 0 1E 10 51 2C 47
Octal 300 326 226 12 0 36 20 121 54 107
Binary 11000000 11010110 10010110 1010 0 11110 10000 1010001 101100 1000111

Color Harmonies of #C0D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D696

Black with #C0D696

Text Example


Text Example

White with #C0D696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D696; }

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

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

background-color css

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

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

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

border-color css

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

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

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