Html Css Color HEX #BBC288 Pine Glade

📋 copy color: '#BBC288'

red 187 ◦ green 194 ◦ blue 136

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

Shades of Pine Glade #BBC288

Tints of Pine Glade #BBC288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

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

R = 36.17%
G = 37.52%
B = 26.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BBC288 (or 0xBBC288) is known color: Pine Glade. HEX triplet: BB, C2 and 88. RGB value is (187,194,136). Sum of RGB (Red+Green+Blue) = 187+194+136=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC288 is #443D77. Grayscale: #B9B9B9. Windows color (decimal): -4472184 or 8962747. OLE color: 8962747.

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

Color convert

RGB 187 194 136 -
CMYK 0.04 0 0.30 0.24
HSL 67.24º 0.32% 0.65% -
HSV(B) 67.24º 0.3% 0.76% -
XYZ 44.23 50.93 30.79 -
YUV 185.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 187 194 136 0.04 0 0.30 0.24 67.24 0.32 0.65
Hex BB C2 88 4 0 1E 18 43 20 41
Octal 273 302 210 4 0 36 30 103 40 101
Binary 10111011 11000010 10001000 100 0 11110 11000 1000011 100000 1000001

Color Harmonies of #BBC288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC288

Black with #BBC288

Text Example


Text Example

White with #BBC288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC288; }

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

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

background-color css

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

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

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

border-color css

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

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

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