Html Css Color HEX #C1C27F Pine Glade

📋 copy color: '#C1C27F'

red 193 ◦ green 194 ◦ blue 127

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

Shades of Pine Glade #C1C27F

Tints of Pine Glade #C1C27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.71%

R = 37.55%
G = 37.74%
B = 24.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1C27F (or 0xC1C27F) is known color: Pine Glade. HEX triplet: C1, C2 and 7F. RGB value is (193,194,127). Sum of RGB (Red+Green+Blue) = 193+194+127=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C27F is #3E3D80. Grayscale: #BABABA. Windows color (decimal): -4078977 or 8372929. OLE color: 8372929.

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

Color convert

RGB 193 194 127 -
CMYK 0.01 0 0.35 0.24
HSL 60.9º 0.35% 0.63% -
HSV(B) 60.9º 0.35% 0.76% -
XYZ 45.11 51.45 27.63 -
YUV 186.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 193 194 127 0.01 0 0.35 0.24 60.9 0.35 0.63
Hex C1 C2 7F 1 0 23 18 3D 23 3F
Octal 301 302 177 1 0 43 30 75 43 77
Binary 11000001 11000010 1111111 1 0 100011 11000 111101 100011 111111

Color Harmonies of #C1C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C27F

Black with #C1C27F

Text Example


Text Example

White with #C1C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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