Html Css Color HEX #C0C674 Pine Glade

📋 copy color: '#C0C674'

red 192 ◦ green 198 ◦ blue 116

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

Shades of Pine Glade #C0C674

Tints of Pine Glade #C0C674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.13%

 BLUE value IS 116 (45.7% from 255) = 22.92%

R = 37.94%
G = 39.13%
B = 22.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C0C674 (or 0xC0C674) is known color: Pine Glade. HEX triplet: C0, C6 and 74. RGB value is (192,198,116). Sum of RGB (Red+Green+Blue) = 192+198+116=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C674 is #3F398B. Grayscale: #BBBBBB. Windows color (decimal): -4143500 or 7653056. OLE color: 7653056.

HSL color Cylindrical-coordinate representation of color #C0C674: hue angle of 64.39º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0C674 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 198 116 -
CMYK 0.03 0 0.41 0.22
HSL 64.39º 0.42% 0.62% -
HSV(B) 64.39º 0.41% 0.78% -
XYZ 45.08 52.86 24.35 -
YUV 186.86 88.01 131.67 -
System Red Green Blue C M Y K H S L
Decimal 192 198 116 0.03 0 0.41 0.22 64.39 0.42 0.62
Hex C0 C6 74 3 0 29 16 40 2A 3E
Octal 300 306 164 3 0 51 26 100 52 76
Binary 11000000 11000110 1110100 11 0 101001 10110 1000000 101010 111110

Color Harmonies of #C0C674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C674

Black with #C0C674

Text Example


Text Example

White with #C0C674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C674; }

 p { color: rgb(192,198,116); }

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

background-color css

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

 a { background-color: rgb(192,198,116); }

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

border-color css

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

 span { border-color: rgb(192,198,116); }

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