#BBBB7D

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

Shades of Pine Glade #BBBB7D

Tints of Pine Glade #BBBB7D

Color information

#BBBB7D (or 0xBBBB7D) is unknown color: approx Pine Glade. HEX triplet: BB, BB and 7D. RGB value is (187,187,125). Sum of RGB (Red+Green+Blue) = 187+187+125=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB7D is #444482. Grayscale: #B4B4B4. Windows color (decimal): -4473987 or 8240059. OLE color: 8240059.

HSL color Cylindrical-coordinate representation of color #BBBB7D: hue angle of 60º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBBB7D is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB187187125-
CMYK000.330.27
HSL60º31.31%61.18%-
HSV(B)60º33.16%73.33%-
XYZ41.9747.5926.38-
YUV179.9397133.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=37.47%
G=37.47%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187125000.330.276031.3161.18
HexBBBB7D00211B3c1f3d
Octal273273175004133743775
Binary10111011101110111111101001000011101111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB7D; }

 p { color: rgb(187,187,125); }

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

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

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

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

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

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

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