Html Css Color HEX #C0CE9C Sprout

📋 copy color: '#C0CE9C'

red 192 ◦ green 206 ◦ blue 156

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

Shades of Sprout #C0CE9C

Tints of Sprout #C0CE9C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.18%

 BLUE value IS 156 (61.33% from 255) = 28.16%

R = 34.66%
G = 37.18%
B = 28.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#C0CE9C (or 0xC0CE9C) is known color: Sprout. HEX triplet: C0, CE and 9C. RGB value is (192,206,156). Sum of RGB (Red+Green+Blue) = 192+206+156=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CE9C is #3F3163. Grayscale: #C4C4C4. Windows color (decimal): -4141412 or 10276544. OLE color: 10276544.

HSL color Cylindrical-coordinate representation of color #C0CE9C: hue angle of 76.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CE9C is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 156 -
CMYK 0.07 0 0.24 0.19
HSL 76.8º 0.34% 0.71% -
HSV(B) 76.8º 0.24% 0.81% -
XYZ 49.81 57.75 39.97 -
YUV 196.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 192 206 156 0.07 0 0.24 0.19 76.8 0.34 0.71
Hex C0 CE 9C 7 0 18 13 4D 22 47
Octal 300 316 234 7 0 30 23 115 42 107
Binary 11000000 11001110 10011100 111 0 11000 10011 1001101 100010 1000111

Color Harmonies of #C0CE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CE9C

Black with #C0CE9C

Text Example


Text Example

White with #C0CE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CE9C; }

 p { color: rgb(192,206,156); }

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

background-color css

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

 a { background-color: rgb(192,206,156); }

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

border-color css

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

 span { border-color: rgb(192,206,156); }

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