#B4BC39

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

Shades of Celery #B4BC39

Tints of Celery #B4BC39

Color information

#B4BC39 (or 0xB4BC39) is unknown color: approx Celery. HEX triplet: B4, BC and 39. RGB value is (180,188,57). Sum of RGB (Red+Green+Blue) = 180+188+57=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BC39 is #4B43C6. Grayscale: #ABABAB. Windows color (decimal): -4932551 or 3783860. OLE color: 3783860.

HSL color Cylindrical-coordinate representation of color #B4BC39: hue angle of 63.66º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4BC39 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18018857-
CMYK0.0400.700.26
HSL63.66º53.47%48.04%-
HSV(B)63.66º69.68%73.73%-
XYZ37.5445.9710.76-
YUV170.6763.85134.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=42.35%
G=44.24%
B=13.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180188570.0400.700.2663.6653.4748.04
HexB4BC3940461A403530
Octal2642747140106321006560
Binary101101001011110011100110001000110110101000000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC39; }

 p { color: rgb(180,188,57); }

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

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

 a { background-color: rgb(180,188,57); }

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

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

 span { border-color: rgb(180,188,57); }

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