#BBBE7B

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

Shades of Pine Glade #BBBE7B

Tints of Pine Glade #BBBE7B

Color information

#BBBE7B (or 0xBBBE7B) is unknown color: approx Pine Glade. HEX triplet: BB, BE and 7B. RGB value is (187,190,123). Sum of RGB (Red+Green+Blue) = 187+190+123=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE7B is #444184. Grayscale: #B5B5B5. Windows color (decimal): -4473221 or 8109755. OLE color: 8109755.

HSL color Cylindrical-coordinate representation of color #BBBE7B: hue angle of 62.69º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBBE7B is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB187190123-
CMYK0.0200.350.25
HSL62.69º34.01%61.37%-
HSV(B)62.69º35.26%74.51%-
XYZ42.4848.8225.92-
YUV181.4695.01131.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 123 (48.44% from 255) = 24.6%
R=37.4%
G=38%
B=24.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901230.0200.350.2562.6934.0161.37
HexBBBE7B2023193f223d
Octal273276173204331774275
Binary1011101110111110111101110010001111001111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE7B; }

 p { color: rgb(187,190,123); }

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

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

 a { background-color: rgb(187,190,123); }

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

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

 span { border-color: rgb(187,190,123); }

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