#B4BD40

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

Shades of Celery #B4BD40

Tints of Celery #B4BD40

Color information

#B4BD40 (or 0xB4BD40) is unknown color: approx Celery. HEX triplet: B4, BD and 40. RGB value is (180,189,64). Sum of RGB (Red+Green+Blue) = 180+189+64=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD40 is #4B42BF. Grayscale: #ACACAC. Windows color (decimal): -4932288 or 4242868. OLE color: 4242868.

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

Color convert

RGB18018964-
CMYK0.0500.660.26
HSL64.32º49.41%49.61%-
HSV(B)64.32º66.14%74.12%-
XYZ37.9546.4711.82-
YUV172.0667.02133.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 189 (74.22% from 255) = 43.65%
BLUE value IS 64 (25.39% from 255) = 14.78%
R=41.57%
G=43.65%
B=14.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180189640.0500.660.2664.3249.4149.61
HexB4BD4050421A403132
Octal26427510050102321006162
Binary1011010010111101100000010101000010110101000000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD40; }

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

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

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

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

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

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

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

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