#B4BD44

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

Shades of Celery #B4BD44

Tints of Celery #B4BD44

Color information

#B4BD44 (or 0xB4BD44) is unknown color: approx Celery. HEX triplet: B4, BD and 44. RGB value is (180,189,68). Sum of RGB (Red+Green+Blue) = 180+189+68=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD44 is #4B42BB. Grayscale: #ACACAC. Windows color (decimal): -4932284 or 4505012. OLE color: 4505012.

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

Color convert

RGB18018968-
CMYK0.0500.640.26
HSL64.46º47.83%50.39%-
HSV(B)64.46º64.02%74.12%-
XYZ38.0646.5212.44-
YUV172.5269.02133.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 189 (74.22% from 255) = 43.25%
BLUE value IS 68 (26.95% from 255) = 15.56%
R=41.19%
G=43.25%
B=15.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180189680.0500.640.2664.4647.8350.39
HexB4BD4450401A403032
Octal26427510450100321006062
Binary1011010010111101100010010101000000110101000000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD44; }

 p { color: rgb(180,189,68); }

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

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

 a { background-color: rgb(180,189,68); }

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

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

 span { border-color: rgb(180,189,68); }

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