Html Css Color HEX #C1BF80 Pine Glade

📋 copy color: '#C1BF80'

red 193 ◦ green 191 ◦ blue 128

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

Shades of Pine Glade #C1BF80

Tints of Pine Glade #C1BF80

RGB

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

 GREEN value IS 191 (75% from 255) = 37.3%

 BLUE value IS 128 (50.39% from 255) = 25%

R = 37.7%
G = 37.3%
B = 25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1BF80 (or 0xC1BF80) is known color: Pine Glade. HEX triplet: C1, BF and 80. RGB value is (193,191,128). Sum of RGB (Red+Green+Blue) = 193+191+128=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BF80 is #3E407F. Grayscale: #B8B8B8. Windows color (decimal): -4079744 or 8437697. OLE color: 8437697.

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

Color convert

RGB 193 191 128 -
CMYK 0 0.01 0.34 0.24
HSL 58.15º 0.34% 0.63% -
HSV(B) 58.15º 0.34% 0.76% -
XYZ 44.52 50.16 27.76 -
YUV 184.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 193 191 128 0 0.01 0.34 0.24 58.15 0.34 0.63
Hex C1 BF 80 0 1 22 18 3A 22 3F
Octal 301 277 200 0 1 42 30 72 42 77
Binary 11000001 10111111 10000000 0 1 100010 11000 111010 100010 111111

Color Harmonies of #C1BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BF80

Black with #C1BF80

Text Example


Text Example

White with #C1BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BF80; }

 p { color: rgb(193,191,128); }

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

background-color css

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

 a { background-color: rgb(193,191,128); }

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

border-color css

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

 span { border-color: rgb(193,191,128); }

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