Html Css Color HEX #C1BE86 Pine Glade

📋 copy color: '#C1BE86'

red 193 ◦ green 190 ◦ blue 134

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

Shades of Pine Glade #C1BE86

Tints of Pine Glade #C1BE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

 BLUE value IS 134 (52.73% from 255) = 25.92%

R = 37.33%
G = 36.75%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C1BE86 (or 0xC1BE86) is known color: Pine Glade. HEX triplet: C1, BE and 86. RGB value is (193,190,134). Sum of RGB (Red+Green+Blue) = 193+190+134=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE86 is #3E4179. Grayscale: #B8B8B8. Windows color (decimal): -4079994 or 8830657. OLE color: 8830657.

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

Color convert

RGB 193 190 134 -
CMYK 0 0.02 0.31 0.24
HSL 56.95º 0.32% 0.64% -
HSV(B) 56.95º 0.31% 0.76% -
XYZ 44.71 49.89 29.83 -
YUV 184.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 193 190 134 0 0.02 0.31 0.24 56.95 0.32 0.64
Hex C1 BE 86 0 2 1F 18 39 20 40
Octal 301 276 206 0 2 37 30 71 40 100
Binary 11000001 10111110 10000110 0 10 11111 11000 111001 100000 1000000

Color Harmonies of #C1BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BE86

Black with #C1BE86

Text Example


Text Example

White with #C1BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BE86; }

 p { color: rgb(193,190,134); }

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

background-color css

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

 a { background-color: rgb(193,190,134); }

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

border-color css

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

 span { border-color: rgb(193,190,134); }

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