Html Css Color HEX #C0C380 Pine Glade

📋 copy color: '#C0C380'

red 192 ◦ green 195 ◦ blue 128

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

Shades of Pine Glade #C0C380

Tints of Pine Glade #C0C380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

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

R = 37.28%
G = 37.86%
B = 24.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C0C380 (or 0xC0C380) is known color: Pine Glade. HEX triplet: C0, C3 and 80. RGB value is (192,195,128). Sum of RGB (Red+Green+Blue) = 192+195+128=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C380 is #3F3C7F. Grayscale: #BABABA. Windows color (decimal): -4144256 or 8438720. OLE color: 8438720.

HSL color Cylindrical-coordinate representation of color #C0C380: hue angle of 62.69º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0C380 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 128 -
CMYK 0.02 0 0.34 0.24
HSL 62.69º 0.36% 0.63% -
HSV(B) 62.69º 0.34% 0.76% -
XYZ 45.15 51.8 28.04 -
YUV 186.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 192 195 128 0.02 0 0.34 0.24 62.69 0.36 0.63
Hex C0 C3 80 2 0 22 18 3F 24 3F
Octal 300 303 200 2 0 42 30 77 44 77
Binary 11000000 11000011 10000000 10 0 100010 11000 111111 100100 111111

Color Harmonies of #C0C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C380

Black with #C0C380

Text Example


Text Example

White with #C0C380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C380; }

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

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

background-color css

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

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

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

border-color css

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

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

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