Html Css Color HEX #B8BA84 Pine Glade

📋 copy color: '#B8BA84'

red 184 ◦ green 186 ◦ blue 132

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

Shades of Pine Glade #B8BA84

Tints of Pine Glade #B8BA84

RGB

 RED value IS 184 (72.27% from 255) = 36.65%

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

 BLUE value IS 132 (51.95% from 255) = 26.29%

R = 36.65%
G = 37.05%
B = 26.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B8BA84 (or 0xB8BA84) is known color: Pine Glade. HEX triplet: B8, BA and 84. RGB value is (184,186,132). Sum of RGB (Red+Green+Blue) = 184+186+132=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BA84 is #47457B. Grayscale: #B3B3B3. Windows color (decimal): -4670844 or 8698552. OLE color: 8698552.

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

Color convert

RGB 184 186 132 -
CMYK 0.01 0 0.29 0.27
HSL 62.22º 0.28% 0.62% -
HSV(B) 62.22º 0.29% 0.73% -
XYZ 41.49 46.97 28.71 -
YUV 179.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 184 186 132 0.01 0 0.29 0.27 62.22 0.28 0.62
Hex B8 BA 84 1 0 1D 1B 3E 1C 3E
Octal 270 272 204 1 0 35 33 76 34 76
Binary 10111000 10111010 10000100 1 0 11101 11011 111110 11100 111110

Color Harmonies of #B8BA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BA84

Black with #B8BA84

Text Example


Text Example

White with #B8BA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BA84; }

 p { color: rgb(184,186,132); }

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

background-color css

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

 a { background-color: rgb(184,186,132); }

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

border-color css

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

 span { border-color: rgb(184,186,132); }

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