Html Css Color HEX #B3BA82 Pine Glade

📋 copy color: '#B3BA82'

red 179 ◦ green 186 ◦ blue 130

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

Shades of Pine Glade #B3BA82

Tints of Pine Glade #B3BA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.26%

R = 36.16%
G = 37.58%
B = 26.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B3BA82 (or 0xB3BA82) is known color: Pine Glade. HEX triplet: B3, BA and 82. RGB value is (179,186,130). Sum of RGB (Red+Green+Blue) = 179+186+130=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA82 is #4C457D. Grayscale: #B1B1B1. Windows color (decimal): -4998526 or 8567475. OLE color: 8567475.

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

Color convert

RGB 179 186 130 -
CMYK 0.04 0 0.30 0.27
HSL 67.5º 0.29% 0.62% -
HSV(B) 67.5º 0.3% 0.73% -
XYZ 40.18 46.31 27.94 -
YUV 177.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 179 186 130 0.04 0 0.30 0.27 67.5 0.29 0.62
Hex B3 BA 82 4 0 1E 1B 44 1D 3E
Octal 263 272 202 4 0 36 33 104 35 76
Binary 10110011 10111010 10000010 100 0 11110 11011 1000100 11101 111110

Color Harmonies of #B3BA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BA82

Black with #B3BA82

Text Example


Text Example

White with #B3BA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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