#BBBA4D

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

Shades of Celery #BBBA4D

Tints of Celery #BBBA4D

Color information

#BBBA4D (or 0xBBBA4D) is unknown color: approx Celery. HEX triplet: BB, BA and 4D. RGB value is (187,186,77). Sum of RGB (Red+Green+Blue) = 187+186+77=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA4D is #4445B2. Grayscale: #AEAEAE. Windows color (decimal): -4474291 or 5094075. OLE color: 5094075.

HSL color Cylindrical-coordinate representation of color #BBBA4D: hue angle of 59.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBBA4D is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18718677-
CMYK00.010.590.27
HSL59.45º44.72%51.76%-
HSV(B)59.45º58.82%73.33%-
XYZ39.3946.2213.87-
YUV173.8773.33137.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=41.56%
G=41.33%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871867700.010.590.2759.4544.7251.76
HexBBBA4D013B1B3b2d34
Octal273272115017333735564
Binary101110111011101010011010111101111011111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA4D; }

 p { color: rgb(187,186,77); }

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

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

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

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

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

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

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