#BBBF3F

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

Shades of Celery #BBBF3F

Tints of Celery #BBBF3F

Color information

#BBBF3F (or 0xBBBF3F) is unknown color: approx Celery. HEX triplet: BB, BF and 3F. RGB value is (187,191,63). Sum of RGB (Red+Green+Blue) = 187+191+63=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBF3F is #4440C0. Grayscale: #AFAFAF. Windows color (decimal): -4473025 or 4177851. OLE color: 4177851.

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

Color convert

RGB18719163-
CMYK0.0200.670.25
HSL61.88º50.39%49.8%-
HSV(B)61.88º67.02%74.9%-
XYZ40.0248.1911.89-
YUV175.2164.67136.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 63 (25% from 255) = 14.29%
R=42.40%
G=43.31%
B=14.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187191630.0200.670.2561.8850.3949.8
HexBBBF3F2043193e3232
Octal273277772010331766262
Binary1011101110111111111111100100001111001111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF3F; }

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

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

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

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

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

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

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

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