#BBC176

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

Shades of Pine Glade #BBC176

Tints of Pine Glade #BBC176

Color information

#BBC176 (or 0xBBC176) is unknown color: approx Pine Glade. HEX triplet: BB, C1 and 76. RGB value is (187,193,118). Sum of RGB (Red+Green+Blue) = 187+193+118=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC176 is #443E89. Grayscale: #B6B6B6. Windows color (decimal): -4472458 or 7782843. OLE color: 7782843.

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

Color convert

RGB187193118-
CMYK0.0300.390.24
HSL64.8º37.69%60.98%-
HSV(B)64.8º38.86%75.69%-
XYZ42.8350.0124.54-
YUV182.6691.51131.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=37.55%
G=38.76%
B=23.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931180.0300.390.2464.837.6960.98
HexBBC17630271841263d
Octal2733011663047301014675
Binary10111011110000011110110110100111110001000001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC176; }

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

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

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

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

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

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

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

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