#B4BD4D

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

Shades of Celery #B4BD4D

Tints of Celery #B4BD4D

Color information

#B4BD4D (or 0xB4BD4D) is unknown color: approx Celery. HEX triplet: B4, BD and 4D. RGB value is (180,189,77). Sum of RGB (Red+Green+Blue) = 180+189+77=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD4D is #4B42B2. Grayscale: #ADADAD. Windows color (decimal): -4932275 or 5094836. OLE color: 5094836.

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

Color convert

RGB18018977-
CMYK0.0500.590.26
HSL64.82º45.9%52.16%-
HSV(B)64.82º59.26%74.12%-
XYZ38.3646.6314-
YUV173.5473.52132.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 189 (74.22% from 255) = 42.38%
BLUE value IS 77 (30.47% from 255) = 17.26%
R=40.36%
G=42.38%
B=17.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180189770.0500.590.2664.8245.952.16
HexB4BD4D503B1A412e34
Octal2642751155073321015664
Binary101101001011110110011011010111011110101000001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD4D; }

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

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

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

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

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

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

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

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