#B4B750

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

Shades of Celery #B4B750

Tints of Celery #B4B750

Color information

#B4B750 (or 0xB4B750) is unknown color: approx Celery. HEX triplet: B4, B7 and 50. RGB value is (180,183,80). Sum of RGB (Red+Green+Blue) = 180+183+80=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B750 is #4B48AF. Grayscale: #AAAAAA. Windows color (decimal): -4933808 or 5289908. OLE color: 5289908.

HSL color Cylindrical-coordinate representation of color #B4B750: hue angle of 61.75º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4B750 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18018380-
CMYK0.0200.560.28
HSL61.75º41.7%51.57%-
HSV(B)61.75º56.28%71.76%-
XYZ37.244.1514.15-
YUV170.3677.01134.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 80 (31.64% from 255) = 18.06%
R=40.63%
G=41.31%
B=18.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180183800.0200.560.2861.7541.751.57
HexB4B75020381C3e2a34
Octal264267120207034765264
Binary1011010010110111101000010011100011100111110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B750; }

 p { color: rgb(180,183,80); }

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

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

 a { background-color: rgb(180,183,80); }

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

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

 span { border-color: rgb(180,183,80); }

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