Html Css Color HEX #C0C479 Pine Glade

📋 copy color: '#C0C479'

red 192 ◦ green 196 ◦ blue 121

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

Shades of Pine Glade #C0C479

Tints of Pine Glade #C0C479

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.51%

 BLUE value IS 121 (47.66% from 255) = 23.77%

R = 37.72%
G = 38.51%
B = 23.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C0C479 (or 0xC0C479) is known color: Pine Glade. HEX triplet: C0, C4 and 79. RGB value is (192,196,121). Sum of RGB (Red+Green+Blue) = 192+196+121=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C479 is #3F3B86. Grayscale: #BABABA. Windows color (decimal): -4144007 or 7980224. OLE color: 7980224.

HSL color Cylindrical-coordinate representation of color #C0C479: hue angle of 63.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C479 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 196 121 -
CMYK 0.02 0 0.38 0.23
HSL 63.2º 0.39% 0.62% -
HSV(B) 63.2º 0.38% 0.77% -
XYZ 44.93 52.07 25.77 -
YUV 186.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 192 196 121 0.02 0 0.38 0.23 63.2 0.39 0.62
Hex C0 C4 79 2 0 26 17 3F 27 3E
Octal 300 304 171 2 0 46 27 77 47 76
Binary 11000000 11000100 1111001 10 0 100110 10111 111111 100111 111110

Color Harmonies of #C0C479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C479

Black with #C0C479

Text Example


Text Example

White with #C0C479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C479; }

 p { color: rgb(192,196,121); }

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

background-color css

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

 a { background-color: rgb(192,196,121); }

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

border-color css

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

 span { border-color: rgb(192,196,121); }

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