#BBC144

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

Shades of Celery #BBC144

Tints of Celery #BBC144

Color information

#BBC144 (or 0xBBC144) is unknown color: approx Celery. HEX triplet: BB, C1 and 44. RGB value is (187,193,68). Sum of RGB (Red+Green+Blue) = 187+193+68=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC144 is #443EBB. Grayscale: #B1B1B1. Windows color (decimal): -4472508 or 4506043. OLE color: 4506043.

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

Color convert

RGB18719368-
CMYK0.0300.650.24
HSL62.88º50.2%51.18%-
HSV(B)62.88º64.77%75.69%-
XYZ40.6149.1212.81-
YUV176.9666.51135.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 193 (75.78% from 255) = 43.08%
BLUE value IS 68 (26.95% from 255) = 15.18%
R=41.74%
G=43.08%
B=15.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187193680.0300.650.2462.8850.251.18
HexBBC1443041183f3233
Octal2733011043010130776263
Binary10111011110000011000100110100000111000111111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC144; }

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

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

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

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

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

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

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

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