Html Css Color HEX #C1C97C Pine Glade

📋 copy color: '#C1C97C'

red 193 ◦ green 201 ◦ blue 124

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

Shades of Pine Glade #C1C97C

Tints of Pine Glade #C1C97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.8%

 BLUE value IS 124 (48.83% from 255) = 23.94%

R = 37.26%
G = 38.8%
B = 23.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C1C97C (or 0xC1C97C) is known color: Pine Glade. HEX triplet: C1, C9 and 7C. RGB value is (193,201,124). Sum of RGB (Red+Green+Blue) = 193+201+124=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C97C is #3E3683. Grayscale: #BEBEBE. Windows color (decimal): -4077188 or 8178113. OLE color: 8178113.

HSL color Cylindrical-coordinate representation of color #C1C97C: hue angle of 66.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1C97C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 201 124 -
CMYK 0.04 0 0.38 0.21
HSL 66.23º 0.42% 0.64% -
HSV(B) 66.23º 0.38% 0.79% -
XYZ 46.52 54.57 27.15 -
YUV 189.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 193 201 124 0.04 0 0.38 0.21 66.23 0.42 0.64
Hex C1 C9 7C 4 0 26 15 42 2A 40
Octal 301 311 174 4 0 46 25 102 52 100
Binary 11000001 11001001 1111100 100 0 100110 10101 1000010 101010 1000000

Color Harmonies of #C1C97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C97C

Black with #C1C97C

Text Example


Text Example

White with #C1C97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C97C; }

 p { color: rgb(193,201,124); }

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

background-color css

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

 a { background-color: rgb(193,201,124); }

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

border-color css

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

 span { border-color: rgb(193,201,124); }

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