#BBC048

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

Shades of Celery #BBC048

Tints of Celery #BBC048

Color information

#BBC048 (or 0xBBC048) is unknown color: approx Celery. HEX triplet: BB, C0 and 48. RGB value is (187,192,72). Sum of RGB (Red+Green+Blue) = 187+192+72=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC048 is #443FB7. Grayscale: #B1B1B1. Windows color (decimal): -4472760 or 4767931. OLE color: 4767931.

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

Color convert

RGB18719272-
CMYK0.0300.630.25
HSL62.5º48.78%51.76%-
HSV(B)62.5º62.5%75.29%-
XYZ40.5148.7313.4-
YUV176.8268.84135.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 72 (28.52% from 255) = 15.96%
R=41.46%
G=42.57%
B=15.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187192720.0300.630.2562.548.7851.76
HexBBC048303F193e3134
Octal273300110307731766164
Binary1011101111000000100100011011111111001111110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC048; }

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

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

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

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

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

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

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

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