Html Css Color HEX #C1C38A Pine Glade

📋 copy color: '#C1C38A'

red 193 ◦ green 195 ◦ blue 138

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

Shades of Pine Glade #C1C38A

Tints of Pine Glade #C1C38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.24%

R = 36.69%
G = 37.07%
B = 26.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C1C38A (or 0xC1C38A) is known color: Pine Glade. HEX triplet: C1, C3 and 8A. RGB value is (193,195,138). Sum of RGB (Red+Green+Blue) = 193+195+138=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C38A is #3E3C75. Grayscale: #BCBCBC. Windows color (decimal): -4078710 or 9094081. OLE color: 9094081.

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

Color convert

RGB 193 195 138 -
CMYK 0.01 0 0.29 0.24
HSL 62.11º 0.32% 0.65% -
HSV(B) 62.11º 0.29% 0.76% -
XYZ 46.09 52.2 31.69 -
YUV 187.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 193 195 138 0.01 0 0.29 0.24 62.11 0.32 0.65
Hex C1 C3 8A 1 0 1D 18 3E 20 41
Octal 301 303 212 1 0 35 30 76 40 101
Binary 11000001 11000011 10001010 1 0 11101 11000 111110 100000 1000001

Color Harmonies of #C1C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C38A

Black with #C1C38A

Text Example


Text Example

White with #C1C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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