#B9BC43

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

Shades of Celery #B9BC43

Tints of Celery #B9BC43

Color information

#B9BC43 (or 0xB9BC43) is unknown color: approx Celery. HEX triplet: B9, BC and 43. RGB value is (185,188,67). Sum of RGB (Red+Green+Blue) = 185+188+67=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC43 is #4643BC. Grayscale: #ADADAD. Windows color (decimal): -4604861 or 4439225. OLE color: 4439225.

HSL color Cylindrical-coordinate representation of color #B9BC43: hue angle of 61.49º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9BC43 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18518867-
CMYK0.0200.640.26
HSL61.49º47.45%50%-
HSV(B)61.49º64.36%73.73%-
XYZ3946.6912.27-
YUV173.3168.01136.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 188 (73.83% from 255) = 42.73%
BLUE value IS 67 (26.56% from 255) = 15.23%
R=42.05%
G=42.73%
B=15.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185188670.0200.640.2661.4947.4550
HexB9BC4320401A3d2f32
Octal2712741032010032755762
Binary10111001101111001000011100100000011010111101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BC43; }

 p { color: rgb(185,188,67); }

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

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

 a { background-color: rgb(185,188,67); }

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

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

 span { border-color: rgb(185,188,67); }

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