Html Css Color HEX #BBC187 Pine Glade

📋 copy color: '#BBC187'

red 187 ◦ green 193 ◦ blue 135

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

Shades of Pine Glade #BBC187

Tints of Pine Glade #BBC187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.21%

R = 36.31%
G = 37.48%
B = 26.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BBC187 (or 0xBBC187) is known color: Pine Glade. HEX triplet: BB, C1 and 87. RGB value is (187,193,135). Sum of RGB (Red+Green+Blue) = 187+193+135=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC187 is #443E78. Grayscale: #B8B8B8. Windows color (decimal): -4472441 or 8896955. OLE color: 8896955.

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

Color convert

RGB 187 193 135 -
CMYK 0.03 0 0.30 0.24
HSL 66.21º 0.32% 0.64% -
HSV(B) 66.21º 0.3% 0.76% -
XYZ 43.94 50.45 30.34 -
YUV 184.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 187 193 135 0.03 0 0.30 0.24 66.21 0.32 0.64
Hex BB C1 87 3 0 1E 18 42 20 40
Octal 273 301 207 3 0 36 30 102 40 100
Binary 10111011 11000001 10000111 11 0 11110 11000 1000010 100000 1000000

Color Harmonies of #BBC187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC187

Black with #BBC187

Text Example


Text Example

White with #BBC187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC187; }

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

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

background-color css

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

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

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

border-color css

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

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

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