Html Css Color HEX #C1C878 Pine Glade

📋 copy color: '#C1C878'

red 193 ◦ green 200 ◦ blue 120

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

Shades of Pine Glade #C1C878

Tints of Pine Glade #C1C878

RGB

 RED value IS 193 (75.78% from 255) = 37.62%

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

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

R = 37.62%
G = 38.99%
B = 23.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C1C878 (or 0xC1C878) is known color: Pine Glade. HEX triplet: C1, C8 and 78. RGB value is (193,200,120). Sum of RGB (Red+Green+Blue) = 193+200+120=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C878 is #3E3787. Grayscale: #BDBDBD. Windows color (decimal): -4077448 or 7915713. OLE color: 7915713.

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

Color convert

RGB 193 200 120 -
CMYK 0.04 0 0.4 0.22
HSL 65.25º 0.42% 0.63% -
HSV(B) 65.25º 0.4% 0.78% -
XYZ 46.04 54 25.77 -
YUV 188.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 193 200 120 0.04 0 0.4 0.22 65.25 0.42 0.63
Hex C1 C8 78 4 0 28 16 41 2A 3F
Octal 301 310 170 4 0 50 26 101 52 77
Binary 11000001 11001000 1111000 100 0 101000 10110 1000001 101010 111111

Color Harmonies of #C1C878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C878

Black with #C1C878

Text Example


Text Example

White with #C1C878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C878; }

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

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

background-color css

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

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

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

border-color css

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

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

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