#B4BE5A

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

Shades of Celery #B4BE5A

Tints of Celery #B4BE5A

Color information

#B4BE5A (or 0xB4BE5A) is unknown color: approx Celery. HEX triplet: B4, BE and 5A. RGB value is (180,190,90). Sum of RGB (Red+Green+Blue) = 180+190+90=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE5A is #4B41A5. Grayscale: #B0B0B0. Windows color (decimal): -4932006 or 5947060. OLE color: 5947060.

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

Color convert

RGB18019090-
CMYK0.0500.530.25
HSL66º43.48%54.9%-
HSV(B)66º52.63%74.51%-
XYZ39.0847.2716.74-
YUV175.6179.69131.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 90 (35.55% from 255) = 19.57%
R=39.13%
G=41.30%
B=19.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180190900.0500.530.256643.4854.9
HexB4BE5A503519422b37
Octal2642761325065311025367
Binary101101001011111010110101010110101110011000010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE5A; }

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

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

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

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

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

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

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

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