Html Css Color HEX #C1BA79 Pine Glade

📋 copy color: '#C1BA79'

red 193 ◦ green 186 ◦ blue 121

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

Shades of Pine Glade #C1BA79

Tints of Pine Glade #C1BA79

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 121 (47.66% from 255) = 24.2%

R = 38.6%
G = 37.2%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1BA79 (or 0xC1BA79) is known color: Pine Glade. HEX triplet: C1, BA and 79. RGB value is (193,186,121). Sum of RGB (Red+Green+Blue) = 193+186+121=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA79 is #3E4586. Grayscale: #B4B4B4. Windows color (decimal): -4081031 or 7977665. OLE color: 7977665.

HSL color Cylindrical-coordinate representation of color #C1BA79: hue angle of 54.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1BA79 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 186 121 -
CMYK 0 0.04 0.37 0.24
HSL 54.17º 0.37% 0.62% -
HSV(B) 54.17º 0.37% 0.76% -
XYZ 43 47.84 25.06 -
YUV 180.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 193 186 121 0 0.04 0.37 0.24 54.17 0.37 0.62
Hex C1 BA 79 0 4 25 18 36 25 3E
Octal 301 272 171 0 4 45 30 66 45 76
Binary 11000001 10111010 1111001 0 100 100101 11000 110110 100101 111110

Color Harmonies of #C1BA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA79

Black with #C1BA79

Text Example


Text Example

White with #C1BA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA79; }

 p { color: rgb(193,186,121); }

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

background-color css

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

 a { background-color: rgb(193,186,121); }

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

border-color css

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

 span { border-color: rgb(193,186,121); }

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