#BBC145

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

Shades of Celery #BBC145

Tints of Celery #BBC145

Color information

#BBC145 (or 0xBBC145) is unknown color: approx Celery. HEX triplet: BB, C1 and 45. RGB value is (187,193,69). Sum of RGB (Red+Green+Blue) = 187+193+69=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC145 is #443EBA. Grayscale: #B1B1B1. Windows color (decimal): -4472507 or 4571579. OLE color: 4571579.

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

Color convert

RGB18719369-
CMYK0.0300.640.24
HSL62.9º50%51.37%-
HSV(B)62.9º64.25%75.69%-
XYZ40.6449.1312.97-
YUV177.0767.01135.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 193 (75.78% from 255) = 42.98%
BLUE value IS 69 (27.34% from 255) = 15.37%
R=41.65%
G=42.98%
B=15.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187193690.0300.640.2462.95051.37
HexBBC1453040183f3233
Octal2733011053010030776263
Binary10111011110000011000101110100000011000111111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC145; }

 p { color: rgb(187,193,69); }

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

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

 a { background-color: rgb(187,193,69); }

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

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

 span { border-color: rgb(187,193,69); }

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