Html Css Color HEX #BBBF86 Pine Glade

📋 copy color: '#BBBF86'

red 187 ◦ green 191 ◦ blue 134

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

Shades of Pine Glade #BBBF86

Tints of Pine Glade #BBBF86

RGB

 RED value IS 187 (73.44% from 255) = 36.52%

 GREEN value IS 191 (75% from 255) = 37.3%

 BLUE value IS 134 (52.73% from 255) = 26.17%

R = 36.52%
G = 37.3%
B = 26.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BBBF86 (or 0xBBBF86) is known color: Pine Glade. HEX triplet: BB, BF and 86. RGB value is (187,191,134). Sum of RGB (Red+Green+Blue) = 187+191+134=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF86 is #444079. Grayscale: #B7B7B7. Windows color (decimal): -4472954 or 8830907. OLE color: 8830907.

HSL color Cylindrical-coordinate representation of color #BBBF86: hue angle of 64.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBBF86 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 191 134 -
CMYK 0.02 0 0.30 0.25
HSL 64.21º 0.31% 0.64% -
HSV(B) 64.21º 0.3% 0.75% -
XYZ 43.43 49.55 29.83 -
YUV 183.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 187 191 134 0.02 0 0.30 0.25 64.21 0.31 0.64
Hex BB BF 86 2 0 1E 19 40 1F 40
Octal 273 277 206 2 0 36 31 100 37 100
Binary 10111011 10111111 10000110 10 0 11110 11001 1000000 11111 1000000

Color Harmonies of #BBBF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF86

Black with #BBBF86

Text Example


Text Example

White with #BBBF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF86; }

 p { color: rgb(187,191,134); }

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

background-color css

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

 a { background-color: rgb(187,191,134); }

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

border-color css

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

 span { border-color: rgb(187,191,134); }

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