Html Css Color HEX #B8BA88 Pine Glade

📋 copy color: '#B8BA88'

red 184 ◦ green 186 ◦ blue 136

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

Shades of Pine Glade #B8BA88

Tints of Pine Glade #B8BA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.88%

R = 36.36%
G = 36.76%
B = 26.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B8BA88 (or 0xB8BA88) is known color: Pine Glade. HEX triplet: B8, BA and 88. RGB value is (184,186,136). Sum of RGB (Red+Green+Blue) = 184+186+136=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BA88 is #474577. Grayscale: #B3B3B3. Windows color (decimal): -4670840 or 8960696. OLE color: 8960696.

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

Color convert

RGB 184 186 136 -
CMYK 0.01 0 0.27 0.27
HSL 62.4º 0.27% 0.63% -
HSV(B) 62.4º 0.27% 0.73% -
XYZ 41.77 47.09 30.18 -
YUV 179.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 184 186 136 0.01 0 0.27 0.27 62.4 0.27 0.63
Hex B8 BA 88 1 0 1B 1B 3E 1B 3F
Octal 270 272 210 1 0 33 33 76 33 77
Binary 10111000 10111010 10001000 1 0 11011 11011 111110 11011 111111

Color Harmonies of #B8BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BA88

Black with #B8BA88

Text Example


Text Example

White with #B8BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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