#BBC177

Color #BBC177 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BBC177

Tints of Pine Glade #BBC177

Color information

#BBC177 (or 0xBBC177) is unknown color: approx Pine Glade. HEX triplet: BB, C1 and 77. RGB value is (187,193,119). Sum of RGB (Red+Green+Blue) = 187+193+119=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC177 is #443E88. Grayscale: #B7B7B7. Windows color (decimal): -4472457 or 7848379. OLE color: 7848379.

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

Color convert

RGB187193119-
CMYK0.0300.380.24
HSL64.86º37.37%61.18%-
HSV(B)64.86º38.34%75.69%-
XYZ42.8950.0424.85-
YUV182.7792.01131.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=37.47%
G=38.68%
B=23.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931190.0300.380.2464.8637.3761.18
HexBBC17730261841253d
Octal2733011673046301014575
Binary10111011110000011110111110100110110001000001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC177; }

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

 H1.HeaderClassName
 {
   color: #BBC177;
 }
 .AnyTagClassName
 {
   color: #BBC177;
 }
</style>
background-color css

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

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

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

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

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

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