#B4BE40

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

Shades of Celery #B4BE40

Tints of Celery #B4BE40

Color information

#B4BE40 (or 0xB4BE40) is unknown color: approx Celery. HEX triplet: B4, BE and 40. RGB value is (180,190,64). Sum of RGB (Red+Green+Blue) = 180+190+64=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BE40 is #4B41BF. Grayscale: #ADADAD. Windows color (decimal): -4932032 or 4243124. OLE color: 4243124.

HSL color Cylindrical-coordinate representation of color #B4BE40: hue angle of 64.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4BE40 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB18019064-
CMYK0.0500.660.25
HSL64.76º49.61%49.8%-
HSV(B)64.76º66.32%74.51%-
XYZ38.1646.911.89-
YUV172.6566.69133.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 190 (74.61% from 255) = 43.78%
BLUE value IS 64 (25.39% from 255) = 14.75%
R=41.47%
G=43.78%
B=14.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180190640.0500.660.2564.7649.6149.8
HexB4BE40504219413232
Octal26427610050102311016262
Binary1011010010111110100000010101000010110011000001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE40; }

 p { color: rgb(180,190,64); }

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

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

 a { background-color: rgb(180,190,64); }

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

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

 span { border-color: rgb(180,190,64); }

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