Html Css Color HEX #C0C875 Pine Glade

📋 copy color: '#C0C875'

red 192 ◦ green 200 ◦ blue 117

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

Shades of Pine Glade #C0C875

Tints of Pine Glade #C0C875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.29%

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 37.72%
G = 39.29%
B = 22.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C0C875 (or 0xC0C875) is known color: Pine Glade. HEX triplet: C0, C8 and 75. RGB value is (192,200,117). Sum of RGB (Red+Green+Blue) = 192+200+117=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C875 is #3F378A. Grayscale: #BCBCBC. Windows color (decimal): -4142987 or 7719104. OLE color: 7719104.

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

Color convert

RGB 192 200 117 -
CMYK 0.04 0 0.42 0.22
HSL 65.78º 0.43% 0.62% -
HSV(B) 65.78º 0.42% 0.78% -
XYZ 45.6 53.8 24.81 -
YUV 188.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 192 200 117 0.04 0 0.42 0.22 65.78 0.43 0.62
Hex C0 C8 75 4 0 2A 16 42 2B 3E
Octal 300 310 165 4 0 52 26 102 53 76
Binary 11000000 11001000 1110101 100 0 101010 10110 1000010 101011 111110

Color Harmonies of #C0C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C875

Black with #C0C875

Text Example


Text Example

White with #C0C875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C875; }

 p { color: rgb(192,200,117); }

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

background-color css

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

 a { background-color: rgb(192,200,117); }

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

border-color css

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

 span { border-color: rgb(192,200,117); }

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