Html Css Color HEX #C0D396 Sprout

📋 copy color: '#C0D396'

red 192 ◦ green 211 ◦ blue 150

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

Shades of Sprout #C0D396

Tints of Sprout #C0D396

RGB

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

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

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

R = 34.72%
G = 38.16%
B = 27.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#C0D396 (or 0xC0D396) is known color: Sprout. HEX triplet: C0, D3 and 96. RGB value is (192,211,150). Sum of RGB (Red+Green+Blue) = 192+211+150=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D396 is #3F2C69. Grayscale: #C6C6C6. Windows color (decimal): -4140138 or 9884608. OLE color: 9884608.

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

Color convert

RGB 192 211 150 -
CMYK 0.09 0 0.29 0.17
HSL 78.69º 0.41% 0.71% -
HSV(B) 78.69º 0.29% 0.83% -
XYZ 50.54 60 37.77 -
YUV 198.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 192 211 150 0.09 0 0.29 0.17 78.69 0.41 0.71
Hex C0 D3 96 9 0 1D 11 4F 29 47
Octal 300 323 226 11 0 35 21 117 51 107
Binary 11000000 11010011 10010110 1001 0 11101 10001 1001111 101001 1000111

Color Harmonies of #C0D396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D396

Black with #C0D396

Text Example


Text Example

White with #C0D396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D396; }

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

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

background-color css

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

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

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

border-color css

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

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

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