#B4B94B

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

Shades of Celery #B4B94B

Tints of Celery #B4B94B

Color information

#B4B94B (or 0xB4B94B) is unknown color: approx Celery. HEX triplet: B4, B9 and 4B. RGB value is (180,185,75). Sum of RGB (Red+Green+Blue) = 180+185+75=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B94B is #4B46B4. Grayscale: #ABABAB. Windows color (decimal): -4933301 or 4962740. OLE color: 4962740.

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

Color convert

RGB18018575-
CMYK0.0300.590.27
HSL62.73º44%50.98%-
HSV(B)62.73º59.46%72.55%-
XYZ37.4444.9113.35-
YUV170.9673.84134.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 75 (29.69% from 255) = 17.05%
R=40.91%
G=42.05%
B=17.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180185750.0300.590.2762.734450.98
HexB4B94B303B1B3f2c33
Octal264271113307333775463
Binary1011010010111001100101111011101111011111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B94B; }

 p { color: rgb(180,185,75); }

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

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

 a { background-color: rgb(180,185,75); }

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

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

 span { border-color: rgb(180,185,75); }

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