#bbc071

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

Shades of Pine Glade #BBC071

Tints of Pine Glade #BBC071

Color information

#BBC071 (or 0xBBC071) is unknown color: approx Pine Glade. HEX triplet: BB, C0 and 71. RGB value is (187,192,113). Sum of RGB (Red+Green+Blue) = 187+192+113=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC071 is #443F8E. Grayscale: #B5B5B5. Windows color (decimal): -4472719 or 7454907. OLE color: 7454907.

HSL color Cylindrical-coordinate representation of color #BBC071: hue angle of 63.8º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBC071 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB187192113-
CMYK0.0300.410.25
HSL63.8º38.54%59.8%-
HSV(B)63.8º41.15%75.29%-
XYZ42.3249.4622.94-
YUV181.589.34131.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 192 (75.39% from 255) = 39.02%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=38.01%
G=39.02%
B=22.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921130.0300.410.2563.838.5459.8
HexBBC07130291940273c
Octal2733001613051311004774
Binary10111011110000001110001110101001110011000000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbc071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbc071; }

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

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

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

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

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

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

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

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