#B4BE56

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

Shades of Celery #B4BE56

Tints of Celery #B4BE56

Color information

#B4BE56 (or 0xB4BE56) is unknown color: approx Celery. HEX triplet: B4, BE and 56. RGB value is (180,190,86). Sum of RGB (Red+Green+Blue) = 180+190+86=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE56 is #4B41A9. Grayscale: #AFAFAF. Windows color (decimal): -4932010 or 5684916. OLE color: 5684916.

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

Color convert

RGB18019086-
CMYK0.0500.550.25
HSL65.77º44.44%54.12%-
HSV(B)65.77º54.74%74.51%-
XYZ38.9247.215.86-
YUV175.1577.69131.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 86 (33.98% from 255) = 18.86%
R=39.47%
G=41.67%
B=18.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180190860.0500.550.2565.7744.4454.12
HexB4BE56503719422c36
Octal2642761265067311025466
Binary101101001011111010101101010110111110011000010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE56; }

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

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

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

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

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

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

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

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