Html Css Color HEX #C1C283 Pine Glade

📋 copy color: '#C1C283'

red 193 ◦ green 194 ◦ blue 131

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

Shades of Pine Glade #C1C283

Tints of Pine Glade #C1C283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.29%

R = 37.26%
G = 37.45%
B = 25.29%

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

#C1C283 (or 0xC1C283) is known color: Pine Glade. HEX triplet: C1, C2 and 83. RGB value is (193,194,131). Sum of RGB (Red+Green+Blue) = 193+194+131=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C283 is #3E3D7C. Grayscale: #BABABA. Windows color (decimal): -4078973 or 8635073. OLE color: 8635073.

HSL color Cylindrical-coordinate representation of color #C1C283: hue angle of 60.95º 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 #C1C283 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 194 131 -
CMYK 0.01 0 0.32 0.24
HSL 60.95º 0.34% 0.64% -
HSV(B) 60.95º 0.32% 0.76% -
XYZ 45.38 51.56 29.03 -
YUV 186.52 96.67 132.62 -
System Red Green Blue C M Y K H S L
Decimal 193 194 131 0.01 0 0.32 0.24 60.95 0.34 0.64
Hex C1 C2 83 1 0 20 18 3D 22 40
Octal 301 302 203 1 0 40 30 75 42 100
Binary 11000001 11000010 10000011 1 0 100000 11000 111101 100010 1000000

Color Harmonies of #C1C283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C283

Black with #C1C283

Text Example


Text Example

White with #C1C283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C283; }

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

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

background-color css

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

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

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

border-color css

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

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

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