#bbbb3f

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

Shades of Celery #BBBB3F

Tints of Celery #BBBB3F

Color information

#BBBB3F (or 0xBBBB3F) is unknown color: approx Celery. HEX triplet: BB, BB and 3F. RGB value is (187,187,63). Sum of RGB (Red+Green+Blue) = 187+187+63=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB3F is #4444C0. Grayscale: #ADADAD. Windows color (decimal): -4474049 or 4176827. OLE color: 4176827.

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

Color convert

RGB18718763-
CMYK000.660.27
HSL60º49.6%49.02%-
HSV(B)60º66.31%73.33%-
XYZ39.1646.4611.61-
YUV172.8666138.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 63 (25% from 255) = 14.42%
R=42.79%
G=42.79%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718763000.660.276049.649.02
HexBBBB3F00421B3c3231
Octal273273770010233746261
Binary101110111011101111111100100001011011111100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbbb3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbbb3f; }

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

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

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

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

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

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

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

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