Html Css Color HEX #C1C281 Pine Glade

📋 copy color: '#C1C281'

red 193 ◦ green 194 ◦ blue 129

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

Shades of Pine Glade #C1C281

Tints of Pine Glade #C1C281

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.6%

 BLUE value IS 129 (50.78% from 255) = 25%

R = 37.4%
G = 37.6%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1C281 (or 0xC1C281) is known color: Pine Glade. HEX triplet: C1, C2 and 81. RGB value is (193,194,129). Sum of RGB (Red+Green+Blue) = 193+194+129=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C281 is #3E3D7E. Grayscale: #BABABA. Windows color (decimal): -4078975 or 8504001. OLE color: 8504001.

HSL color Cylindrical-coordinate representation of color #C1C281: hue angle of 60.92º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1C281 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 194 129 -
CMYK 0.01 0 0.34 0.24
HSL 60.92º 0.35% 0.63% -
HSV(B) 60.92º 0.34% 0.76% -
XYZ 45.25 51.51 28.33 -
YUV 186.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 193 194 129 0.01 0 0.34 0.24 60.92 0.35 0.63
Hex C1 C2 81 1 0 22 18 3D 23 3F
Octal 301 302 201 1 0 42 30 75 43 77
Binary 11000001 11000010 10000001 1 0 100010 11000 111101 100011 111111

Color Harmonies of #C1C281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C281

Black with #C1C281

Text Example


Text Example

White with #C1C281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C281; }

 p { color: rgb(193,194,129); }

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

background-color css

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

 a { background-color: rgb(193,194,129); }

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

border-color css

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

 span { border-color: rgb(193,194,129); }

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