#BBBF53

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

Shades of Celery #BBBF53

Tints of Celery #BBBF53

Color information

#BBBF53 (or 0xBBBF53) is unknown color: approx Celery. HEX triplet: BB, BF and 53. RGB value is (187,191,83). Sum of RGB (Red+Green+Blue) = 187+191+83=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF53 is #4440AC. Grayscale: #B1B1B1. Windows color (decimal): -4473005 or 5488571. OLE color: 5488571.

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

Color convert

RGB18719183-
CMYK0.0200.570.25
HSL62.22º45.76%53.73%-
HSV(B)62.22º56.54%74.9%-
XYZ40.6948.4515.39-
YUV177.4974.67134.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 83 (32.81% from 255) = 18.00%
R=40.56%
G=41.43%
B=18.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187191830.0200.570.2562.2245.7653.73
HexBBBF532039193e2e36
Octal273277123207131765666
Binary1011101110111111101001110011100111001111110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF53; }

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

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

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

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

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

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

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

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