#BBC139

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

Shades of Celery #BBC139

Tints of Celery #BBC139

Color information

#BBC139 (or 0xBBC139) is unknown color: approx Celery. HEX triplet: BB, C1 and 39. RGB value is (187,193,57). Sum of RGB (Red+Green+Blue) = 187+193+57=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC139 is #443EC6. Grayscale: #B0B0B0. Windows color (decimal): -4472519 or 3785147. OLE color: 3785147.

HSL color Cylindrical-coordinate representation of color #BBC139: hue angle of 62.65º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBC139 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB18719357-
CMYK0.0300.700.24
HSL62.65º54.4%49.02%-
HSV(B)62.65º70.47%75.69%-
XYZ40.34911.2-
YUV175.761.01136.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 193 (75.78% from 255) = 44.16%
BLUE value IS 57 (22.66% from 255) = 13.04%
R=42.79%
G=44.16%
B=13.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187193570.0300.700.2462.6554.449.02
HexBBC1393046183f3631
Octal273301713010630776661
Binary1011101111000001111001110100011011000111111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC139; }

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

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

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

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

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

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

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

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