Html Css Color HEX #C0C580 Pine Glade

📋 copy color: '#C0C580'

red 192 ◦ green 197 ◦ blue 128

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

Shades of Pine Glade #C0C580

Tints of Pine Glade #C0C580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.1%

 BLUE value IS 128 (50.39% from 255) = 24.76%

R = 37.14%
G = 38.1%
B = 24.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C0C580 (or 0xC0C580) is known color: Pine Glade. HEX triplet: C0, C5 and 80. RGB value is (192,197,128). Sum of RGB (Red+Green+Blue) = 192+197+128=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C580 is #3F3A7F. Grayscale: #BBBBBB. Windows color (decimal): -4143744 or 8439232. OLE color: 8439232.

HSL color Cylindrical-coordinate representation of color #C0C580: hue angle of 64.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0C580 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 197 128 -
CMYK 0.03 0 0.35 0.23
HSL 64.35º 0.37% 0.64% -
HSV(B) 64.35º 0.35% 0.77% -
XYZ 45.6 52.7 28.19 -
YUV 187.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 192 197 128 0.03 0 0.35 0.23 64.35 0.37 0.64
Hex C0 C5 80 3 0 23 17 40 25 40
Octal 300 305 200 3 0 43 27 100 45 100
Binary 11000000 11000101 10000000 11 0 100011 10111 1000000 100101 1000000

Color Harmonies of #C0C580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C580

Black with #C0C580

Text Example


Text Example

White with #C0C580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C580; }

 p { color: rgb(192,197,128); }

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

background-color css

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

 a { background-color: rgb(192,197,128); }

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

border-color css

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

 span { border-color: rgb(192,197,128); }

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