#B4BA3F

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

Shades of Celery #B4BA3F

Tints of Celery #B4BA3F

Color information

#B4BA3F (or 0xB4BA3F) is unknown color: approx Celery. HEX triplet: B4, BA and 3F. RGB value is (180,186,63). Sum of RGB (Red+Green+Blue) = 180+186+63=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA3F is #4B45C0. Grayscale: #AAAAAA. Windows color (decimal): -4933057 or 4176564. OLE color: 4176564.

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

Color convert

RGB18018663-
CMYK0.0300.660.27
HSL62.93º49.4%48.82%-
HSV(B)62.93º66.13%72.94%-
XYZ37.2845.1811.46-
YUV170.1867.51135-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 63 (25% from 255) = 14.69%
R=41.96%
G=43.36%
B=14.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180186630.0300.660.2762.9349.448.82
HexB4BA3F30421B3f3131
Octal264272773010233776161
Binary1011010010111010111111110100001011011111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA3F; }

 p { color: rgb(180,186,63); }

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

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

 a { background-color: rgb(180,186,63); }

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

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

 span { border-color: rgb(180,186,63); }

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