#BBBD4F

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

Shades of Celery #BBBD4F

Tints of Celery #BBBD4F

Color information

#BBBD4F (or 0xBBBD4F) is unknown color: approx Celery. HEX triplet: BB, BD and 4F. RGB value is (187,189,79). Sum of RGB (Red+Green+Blue) = 187+189+79=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD4F is #4442B0. Grayscale: #B0B0B0. Windows color (decimal): -4473521 or 5225915. OLE color: 5225915.

HSL color Cylindrical-coordinate representation of color #BBBD4F: hue angle of 61.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBBD4F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18718979-
CMYK0.0100.580.26
HSL61.09º45.45%52.55%-
HSV(B)61.09º58.2%74.12%-
XYZ40.147.5214.46-
YUV175.8673.34135.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 189 (74.22% from 255) = 41.54%
BLUE value IS 79 (31.25% from 255) = 17.36%
R=41.10%
G=41.54%
B=17.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187189790.0100.580.2661.0945.4552.55
HexBBBD4F103A1A3d2d35
Octal273275117107232755565
Binary101110111011110110011111011101011010111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD4F; }

 p { color: rgb(187,189,79); }

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

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

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

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

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

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

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