#B4BE45

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

Shades of Celery #B4BE45

Tints of Celery #B4BE45

Color information

#B4BE45 (or 0xB4BE45) is unknown color: approx Celery. HEX triplet: B4, BE and 45. RGB value is (180,190,69). Sum of RGB (Red+Green+Blue) = 180+190+69=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BE45 is #4B41BA. Grayscale: #ADADAD. Windows color (decimal): -4932027 or 4570804. OLE color: 4570804.

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

Color convert

RGB18019069-
CMYK0.0500.640.25
HSL64.96º48.21%50.78%-
HSV(B)64.96º63.68%74.51%-
XYZ38.3146.9612.68-
YUV173.2269.19132.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 190 (74.61% from 255) = 43.28%
BLUE value IS 69 (27.34% from 255) = 15.72%
R=41.00%
G=43.28%
B=15.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180190690.0500.640.2564.9648.2150.78
HexB4BE45504019413033
Octal26427610550100311016063
Binary1011010010111110100010110101000000110011000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE45; }

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

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

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

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

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

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

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

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