#B4BF48

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

Shades of Celery #B4BF48

Tints of Celery #B4BF48

Color information

#B4BF48 (or 0xB4BF48) is unknown color: approx Celery. HEX triplet: B4, BF and 48. RGB value is (180,191,72). Sum of RGB (Red+Green+Blue) = 180+191+72=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BF48 is #4B40B7. Grayscale: #AEAEAE. Windows color (decimal): -4931768 or 4767668. OLE color: 4767668.

HSL color Cylindrical-coordinate representation of color #B4BF48: hue angle of 65.55º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4BF48 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB18019172-
CMYK0.0600.620.25
HSL65.55º48.18%51.57%-
HSV(B)65.55º62.3%74.9%-
XYZ38.6247.4313.25-
YUV174.1470.36132.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 72 (28.52% from 255) = 16.25%
R=40.63%
G=43.12%
B=16.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180191720.0600.620.2565.5548.1851.57
HexB4BF48603E19423034
Octal2642771106076311026064
Binary101101001011111110010001100111110110011000010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF48; }

 p { color: rgb(180,191,72); }

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

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

 a { background-color: rgb(180,191,72); }

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

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

 span { border-color: rgb(180,191,72); }

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