#BBC671

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

Shades of Pine Glade #BBC671

Tints of Pine Glade #BBC671

Color information

#BBC671 (or 0xBBC671) is unknown color: approx Pine Glade. HEX triplet: BB, C6 and 71. RGB value is (187,198,113). Sum of RGB (Red+Green+Blue) = 187+198+113=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC671 is #44398E. Grayscale: #B9B9B9. Windows color (decimal): -4471183 or 7456443. OLE color: 7456443.

HSL color Cylindrical-coordinate representation of color #BBC671: hue angle of 67.76º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC671 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB187198113-
CMYK0.0600.430.22
HSL67.76º42.71%60.98%-
HSV(B)67.76º42.93%77.65%-
XYZ43.6752.1523.39-
YUV185.0287.36129.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 198 (77.73% from 255) = 39.76%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=37.55%
G=39.76%
B=22.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981130.0600.430.2267.7642.7160.98
HexBBC671602B16442b3d
Octal2733061616053261045375
Binary101110111100011011100011100101011101101000100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC671; }

 p { color: rgb(187,198,113); }

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

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

 a { background-color: rgb(187,198,113); }

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

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

 span { border-color: rgb(187,198,113); }

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