Html Css Color HEX #C0C173 Pine Glade

📋 copy color: '#C0C173'

red 192 ◦ green 193 ◦ blue 115

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

Shades of Pine Glade #C0C173

Tints of Pine Glade #C0C173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23%

R = 38.4%
G = 38.6%
B = 23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C0C173 (or 0xC0C173) is known color: Pine Glade. HEX triplet: C0, C1 and 73. RGB value is (192,193,115). Sum of RGB (Red+Green+Blue) = 192+193+115=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C173 is #3F3E8C. Grayscale: #B8B8B8. Windows color (decimal): -4144781 or 7586240. OLE color: 7586240.

HSL color Cylindrical-coordinate representation of color #C0C173: hue angle of 60.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0C173 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 193 115 -
CMYK 0.01 0 0.40 0.24
HSL 60.77º 0.39% 0.6% -
HSV(B) 60.77º 0.4% 0.76% -
XYZ 43.9 50.58 23.67 -
YUV 183.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 192 193 115 0.01 0 0.40 0.24 60.77 0.39 0.6
Hex C0 C1 73 1 0 28 18 3D 27 3C
Octal 300 301 163 1 0 50 30 75 47 74
Binary 11000000 11000001 1110011 1 0 101000 11000 111101 100111 111100

Color Harmonies of #C0C173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C173

Black with #C0C173

Text Example


Text Example

White with #C0C173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C173; }

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

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

background-color css

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

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

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

border-color css

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

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

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