Html Css Color HEX #B3BA80 Pine Glade

📋 copy color: '#B3BA80'

red 179 ◦ green 186 ◦ blue 128

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

Shades of Pine Glade #B3BA80

Tints of Pine Glade #B3BA80

RGB

 RED value IS 179 (70.31% from 255) = 36.31%

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

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

R = 36.31%
G = 37.73%
B = 25.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B3BA80 (or 0xB3BA80) is known color: Pine Glade. HEX triplet: B3, BA and 80. RGB value is (179,186,128). Sum of RGB (Red+Green+Blue) = 179+186+128=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA80 is #4C457F. Grayscale: #B1B1B1. Windows color (decimal): -4998528 or 8436403. OLE color: 8436403.

HSL color Cylindrical-coordinate representation of color #B3BA80: hue angle of 67.24º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3BA80 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 186 128 -
CMYK 0.04 0 0.31 0.27
HSL 67.24º 0.3% 0.62% -
HSV(B) 67.24º 0.31% 0.73% -
XYZ 40.05 46.26 27.24 -
YUV 177.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 179 186 128 0.04 0 0.31 0.27 67.24 0.3 0.62
Hex B3 BA 80 4 0 1F 1B 43 1E 3E
Octal 263 272 200 4 0 37 33 103 36 76
Binary 10110011 10111010 10000000 100 0 11111 11011 1000011 11110 111110

Color Harmonies of #B3BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BA80

Black with #B3BA80

Text Example


Text Example

White with #B3BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BA80; }

 p { color: rgb(179,186,128); }

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

background-color css

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

 a { background-color: rgb(179,186,128); }

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

border-color css

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

 span { border-color: rgb(179,186,128); }

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