#B4BB4D

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

Shades of Celery #B4BB4D

Tints of Celery #B4BB4D

Color information

#B4BB4D (or 0xB4BB4D) is unknown color: approx Celery. HEX triplet: B4, BB and 4D. RGB value is (180,187,77). Sum of RGB (Red+Green+Blue) = 180+187+77=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BB4D is #4B44B2. Grayscale: #ACACAC. Windows color (decimal): -4932787 or 5094324. OLE color: 5094324.

HSL color Cylindrical-coordinate representation of color #B4BB4D: hue angle of 63.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4BB4D is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18018777-
CMYK0.0400.590.27
HSL63.82º44.72%51.76%-
HSV(B)63.82º58.82%73.33%-
XYZ37.9345.7813.86-
YUV172.3774.18133.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 77 (30.47% from 255) = 17.34%
R=40.54%
G=42.12%
B=17.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180187770.0400.590.2763.8244.7251.76
HexB4BB4D403B1B402d34
Octal2642731154073331005564
Binary101101001011101110011011000111011110111000000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BB4D; }

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

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

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

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

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

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

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

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