Html Css Color HEX #C1C679 Pine Glade

📋 copy color: '#C1C679'

red 193 ◦ green 198 ◦ blue 121

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

Shades of Pine Glade #C1C679

Tints of Pine Glade #C1C679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.63%

R = 37.7%
G = 38.67%
B = 23.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C1C679 (or 0xC1C679) is known color: Pine Glade. HEX triplet: C1, C6 and 79. RGB value is (193,198,121). Sum of RGB (Red+Green+Blue) = 193+198+121=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C679 is #3E3986. Grayscale: #BCBCBC. Windows color (decimal): -4077959 or 7980737. OLE color: 7980737.

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

Color convert

RGB 193 198 121 -
CMYK 0.03 0 0.39 0.22
HSL 63.9º 0.4% 0.63% -
HSV(B) 63.9º 0.39% 0.78% -
XYZ 45.64 53.11 25.93 -
YUV 187.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 193 198 121 0.03 0 0.39 0.22 63.9 0.4 0.63
Hex C1 C6 79 3 0 27 16 40 28 3F
Octal 301 306 171 3 0 47 26 100 50 77
Binary 11000001 11000110 1111001 11 0 100111 10110 1000000 101000 111111

Color Harmonies of #C1C679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C679

Black with #C1C679

Text Example


Text Example

White with #C1C679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C679; }

 p { color: rgb(193,198,121); }

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

background-color css

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

 a { background-color: rgb(193,198,121); }

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

border-color css

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

 span { border-color: rgb(193,198,121); }

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