Html Css Color HEX #BBC488 Pine Glade

📋 copy color: '#BBC488'

red 187 ◦ green 196 ◦ blue 136

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

Shades of Pine Glade #BBC488

Tints of Pine Glade #BBC488

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.76%

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

R = 36.03%
G = 37.76%
B = 26.2%

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

#BBC488 (or 0xBBC488) is known color: Pine Glade. HEX triplet: BB, C4 and 88. RGB value is (187,196,136). Sum of RGB (Red+Green+Blue) = 187+196+136=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC488 is #443B77. Grayscale: #BABABA. Windows color (decimal): -4471672 or 8963259. OLE color: 8963259.

HSL color Cylindrical-coordinate representation of color #BBC488: hue angle of 69º 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 #BBC488 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 136 -
CMYK 0.05 0 0.31 0.23
HSL 69º 0.34% 0.65% -
HSV(B) 69º 0.31% 0.77% -
XYZ 44.68 51.82 30.94 -
YUV 186.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 187 196 136 0.05 0 0.31 0.23 69 0.34 0.65
Hex BB C4 88 5 0 1F 17 45 22 41
Octal 273 304 210 5 0 37 27 105 42 101
Binary 10111011 11000100 10001000 101 0 11111 10111 1000101 100010 1000001

Color Harmonies of #BBC488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC488

Black with #BBC488

Text Example


Text Example

White with #BBC488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC488; }

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

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

background-color css

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

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

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

border-color css

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

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

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