Html Css Color HEX #BBC586 Pine Glade

📋 copy color: '#BBC586'

red 187 ◦ green 197 ◦ blue 134

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

Shades of Pine Glade #BBC586

Tints of Pine Glade #BBC586

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

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

R = 36.1%
G = 38.03%
B = 25.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#BBC586 (or 0xBBC586) is known color: Pine Glade. HEX triplet: BB, C5 and 86. RGB value is (187,197,134). Sum of RGB (Red+Green+Blue) = 187+197+134=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC586 is #443A79. Grayscale: #BBBBBB. Windows color (decimal): -4471418 or 8832443. OLE color: 8832443.

HSL color Cylindrical-coordinate representation of color #BBC586: hue angle of 69.52º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBC586 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 134 -
CMYK 0.05 0 0.32 0.23
HSL 69.52º 0.35% 0.65% -
HSV(B) 69.52º 0.32% 0.77% -
XYZ 44.76 52.22 30.27 -
YUV 186.83 98.19 128.12 -
System Red Green Blue C M Y K H S L
Decimal 187 197 134 0.05 0 0.32 0.23 69.52 0.35 0.65
Hex BB C5 86 5 0 20 17 46 23 41
Octal 273 305 206 5 0 40 27 106 43 101
Binary 10111011 11000101 10000110 101 0 100000 10111 1000110 100011 1000001

Color Harmonies of #BBC586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC586

Black with #BBC586

Text Example


Text Example

White with #BBC586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC586; }

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

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

background-color css

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

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

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

border-color css

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

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

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