Html Css Color HEX #C1C384 Pine Glade

📋 copy color: '#C1C384'

red 193 ◦ green 195 ◦ blue 132

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

Shades of Pine Glade #C1C384

Tints of Pine Glade #C1C384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.5%

 BLUE value IS 132 (51.95% from 255) = 25.38%

R = 37.12%
G = 37.5%
B = 25.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C1C384 (or 0xC1C384) is known color: Pine Glade. HEX triplet: C1, C3 and 84. RGB value is (193,195,132). Sum of RGB (Red+Green+Blue) = 193+195+132=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C384 is #3E3C7B. Grayscale: #BBBBBB. Windows color (decimal): -4078716 or 8700865. OLE color: 8700865.

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

Color convert

RGB 193 195 132 -
CMYK 0.01 0 0.32 0.24
HSL 61.9º 0.34% 0.64% -
HSV(B) 61.9º 0.32% 0.76% -
XYZ 45.67 52.03 29.47 -
YUV 187.22 96.84 132.12 -
System Red Green Blue C M Y K H S L
Decimal 193 195 132 0.01 0 0.32 0.24 61.9 0.34 0.64
Hex C1 C3 84 1 0 20 18 3E 22 40
Octal 301 303 204 1 0 40 30 76 42 100
Binary 11000001 11000011 10000100 1 0 100000 11000 111110 100010 1000000

Color Harmonies of #C1C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C384

Black with #C1C384

Text Example


Text Example

White with #C1C384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C384; }

 p { color: rgb(193,195,132); }

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

background-color css

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

 a { background-color: rgb(193,195,132); }

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

border-color css

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

 span { border-color: rgb(193,195,132); }

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