Html Css Color HEX #B8BB8A Pine Glade

📋 copy color: '#B8BB8A'

red 184 ◦ green 187 ◦ blue 138

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

Shades of Pine Glade #B8BB8A

Tints of Pine Glade #B8BB8A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.74%

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 36.15%
G = 36.74%
B = 27.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B8BB8A (or 0xB8BB8A) is known color: Pine Glade. HEX triplet: B8, BB and 8A. RGB value is (184,187,138). Sum of RGB (Red+Green+Blue) = 184+187+138=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BB8A is #474475. Grayscale: #B4B4B4. Windows color (decimal): -4670582 or 9092024. OLE color: 9092024.

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

Color convert

RGB 184 187 138 -
CMYK 0.02 0 0.26 0.27
HSL 63.67º 0.26% 0.64% -
HSV(B) 63.67º 0.26% 0.73% -
XYZ 42.12 47.57 31.01 -
YUV 180.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 184 187 138 0.02 0 0.26 0.27 63.67 0.26 0.64
Hex B8 BB 8A 2 0 1A 1B 40 1A 40
Octal 270 273 212 2 0 32 33 100 32 100
Binary 10111000 10111011 10001010 10 0 11010 11011 1000000 11010 1000000

Color Harmonies of #B8BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BB8A

Black with #B8BB8A

Text Example


Text Example

White with #B8BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BB8A; }

 p { color: rgb(184,187,138); }

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

background-color css

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

 a { background-color: rgb(184,187,138); }

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

border-color css

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

 span { border-color: rgb(184,187,138); }

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