#BBC046

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

Shades of Celery #BBC046

Tints of Celery #BBC046

Color information

#BBC046 (or 0xBBC046) is unknown color: approx Celery. HEX triplet: BB, C0 and 46. RGB value is (187,192,70). Sum of RGB (Red+Green+Blue) = 187+192+70=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC046 is #443FB9. Grayscale: #B1B1B1. Windows color (decimal): -4472762 or 4636859. OLE color: 4636859.

HSL color Cylindrical-coordinate representation of color #BBC046: hue angle of 62.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBC046 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB18719270-
CMYK0.0300.640.25
HSL62.46º49.19%51.37%-
HSV(B)62.46º63.54%75.29%-
XYZ40.4548.7113.06-
YUV176.667.84135.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 70 (27.73% from 255) = 15.59%
R=41.65%
G=42.76%
B=15.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187192700.0300.640.2562.4649.1951.37
HexBBC0463040193e3133
Octal2733001063010031766163
Binary10111011110000001000110110100000011001111110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC046; }

 p { color: rgb(187,192,70); }

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

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

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

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

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

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

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