#B4B54B

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

Shades of Celery #B4B54B

Tints of Celery #B4B54B

Color information

#B4B54B (or 0xB4B54B) is unknown color: approx Celery. HEX triplet: B4, B5 and 4B. RGB value is (180,181,75). Sum of RGB (Red+Green+Blue) = 180+181+75=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B54B is #4B4AB4. Grayscale: #A9A9A9. Windows color (decimal): -4934325 or 4961716. OLE color: 4961716.

HSL color Cylindrical-coordinate representation of color #B4B54B: hue angle of 60.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4B54B is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18018175-
CMYK0.0100.590.29
HSL60.57º41.73%50.2%-
HSV(B)60.57º58.56%70.98%-
XYZ36.6243.2613.08-
YUV168.6275.17136.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 181 (71.09% from 255) = 41.51%
BLUE value IS 75 (29.69% from 255) = 17.20%
R=41.28%
G=41.51%
B=17.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180181750.0100.590.2960.5741.7350.2
HexB4B54B103B1D3d2a32
Octal264265113107335755262
Binary101101001011010110010111011101111101111101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B54B; }

 p { color: rgb(180,181,75); }

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

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

 a { background-color: rgb(180,181,75); }

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

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

 span { border-color: rgb(180,181,75); }

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