Html Css Color HEX #C0C178 Pine Glade

📋 copy color: '#C0C178'

red 192 ◦ green 193 ◦ blue 120

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

Shades of Pine Glade #C0C178

Tints of Pine Glade #C0C178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.22%

 BLUE value IS 120 (47.27% from 255) = 23.76%

R = 38.02%
G = 38.22%
B = 23.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C0C178 (or 0xC0C178) is known color: Pine Glade. HEX triplet: C0, C1 and 78. RGB value is (192,193,120). Sum of RGB (Red+Green+Blue) = 192+193+120=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C178 is #3F3E87. Grayscale: #B8B8B8. Windows color (decimal): -4144776 or 7913920. OLE color: 7913920.

HSL color Cylindrical-coordinate representation of color #C0C178: hue angle of 60.82º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C178 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 193 120 -
CMYK 0.01 0 0.38 0.24
HSL 60.82º 0.37% 0.61% -
HSV(B) 60.82º 0.38% 0.76% -
XYZ 44.2 50.7 25.23 -
YUV 184.38 91.67 133.44 -
System Red Green Blue C M Y K H S L
Decimal 192 193 120 0.01 0 0.38 0.24 60.82 0.37 0.61
Hex C0 C1 78 1 0 26 18 3D 25 3D
Octal 300 301 170 1 0 46 30 75 45 75
Binary 11000000 11000001 1111000 1 0 100110 11000 111101 100101 111101

Color Harmonies of #C0C178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C178

Black with #C0C178

Text Example


Text Example

White with #C0C178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C178; }

 p { color: rgb(192,193,120); }

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

background-color css

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

 a { background-color: rgb(192,193,120); }

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

border-color css

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

 span { border-color: rgb(192,193,120); }

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