Html Css Color HEX #BBC186 Pine Glade

📋 copy color: '#BBC186'

red 187 ◦ green 193 ◦ blue 134

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

Shades of Pine Glade #BBC186

Tints of Pine Glade #BBC186

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.55%

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

R = 36.38%
G = 37.55%
B = 26.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#BBC186 (or 0xBBC186) is known color: Pine Glade. HEX triplet: BB, C1 and 86. RGB value is (187,193,134). Sum of RGB (Red+Green+Blue) = 187+193+134=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC186 is #443E79. Grayscale: #B8B8B8. Windows color (decimal): -4472442 or 8831419. OLE color: 8831419.

HSL color Cylindrical-coordinate representation of color #BBC186: hue angle of 66.1º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBC186 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 134 -
CMYK 0.03 0 0.31 0.24
HSL 66.1º 0.32% 0.64% -
HSV(B) 66.1º 0.31% 0.76% -
XYZ 43.87 50.43 29.98 -
YUV 184.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 187 193 134 0.03 0 0.31 0.24 66.1 0.32 0.64
Hex BB C1 86 3 0 1F 18 42 20 40
Octal 273 301 206 3 0 37 30 102 40 100
Binary 10111011 11000001 10000110 11 0 11111 11000 1000010 100000 1000000

Color Harmonies of #BBC186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC186

Black with #BBC186

Text Example


Text Example

White with #BBC186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC186; }

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

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

background-color css

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

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

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

border-color css

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

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

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