Html Css Color HEX #C1C288 Pine Glade

📋 copy color: '#C1C288'

red 193 ◦ green 194 ◦ blue 136

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

Shades of Pine Glade #C1C288

Tints of Pine Glade #C1C288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26%

R = 36.9%
G = 37.09%
B = 26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C1C288 (or 0xC1C288) is known color: Pine Glade. HEX triplet: C1, C2 and 88. RGB value is (193,194,136). Sum of RGB (Red+Green+Blue) = 193+194+136=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C288 is #3E3D77. Grayscale: #BBBBBB. Windows color (decimal): -4078968 or 8962753. OLE color: 8962753.

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

Color convert

RGB 193 194 136 -
CMYK 0.01 0 0.30 0.24
HSL 61.03º 0.32% 0.65% -
HSV(B) 61.03º 0.3% 0.76% -
XYZ 45.73 51.7 30.86 -
YUV 187.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 193 194 136 0.01 0 0.30 0.24 61.03 0.32 0.65
Hex C1 C2 88 1 0 1E 18 3D 20 41
Octal 301 302 210 1 0 36 30 75 40 101
Binary 11000001 11000010 10001000 1 0 11110 11000 111101 100000 1000001

Color Harmonies of #C1C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C288

Black with #C1C288

Text Example


Text Example

White with #C1C288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C288; }

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

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

background-color css

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

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

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

border-color css

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

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

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