Html Css Color HEX #BBC588 Pine Glade

📋 copy color: '#BBC588'

red 187 ◦ green 197 ◦ blue 136

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

Shades of Pine Glade #BBC588

Tints of Pine Glade #BBC588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.15%

R = 35.96%
G = 37.88%
B = 26.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#BBC588 (or 0xBBC588) is known color: Pine Glade. HEX triplet: BB, C5 and 88. RGB value is (187,197,136). Sum of RGB (Red+Green+Blue) = 187+197+136=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC588 is #443A77. Grayscale: #BBBBBB. Windows color (decimal): -4471416 or 8963515. OLE color: 8963515.

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

Color convert

RGB 187 197 136 -
CMYK 0.05 0 0.31 0.23
HSL 69.84º 0.34% 0.65% -
HSV(B) 69.84º 0.31% 0.77% -
XYZ 44.9 52.27 31.02 -
YUV 187.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 187 197 136 0.05 0 0.31 0.23 69.84 0.34 0.65
Hex BB C5 88 5 0 1F 17 46 22 41
Octal 273 305 210 5 0 37 27 106 42 101
Binary 10111011 11000101 10001000 101 0 11111 10111 1000110 100010 1000001

Color Harmonies of #BBC588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC588

Black with #BBC588

Text Example


Text Example

White with #BBC588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC588; }

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

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

background-color css

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

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

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

border-color css

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

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

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