#B9BA34

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

Shades of Celery #B9BA34

Tints of Celery #B9BA34

Color information

#B9BA34 (or 0xB9BA34) is unknown color: approx Celery. HEX triplet: B9, BA and 34. RGB value is (185,186,52). Sum of RGB (Red+Green+Blue) = 185+186+52=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA34 is #4645CB. Grayscale: #AAAAAA. Windows color (decimal): -4605388 or 3455673. OLE color: 3455673.

HSL color Cylindrical-coordinate representation of color #B9BA34: hue angle of 60.45º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9BA34 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18518652-
CMYK0.0100.720.27
HSL60.45º56.3%46.67%-
HSV(B)60.45º72.04%72.94%-
XYZ38.1945.6810.05-
YUV170.4261.17138.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 52 (20.70% from 255) = 12.29%
R=43.74%
G=43.97%
B=12.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185186520.0100.720.2760.4556.346.67
HexB9BA3410481B3c382f
Octal271272641011033747057
Binary101110011011101011010010100100011011111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA34; }

 p { color: rgb(185,186,52); }

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

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

 a { background-color: rgb(185,186,52); }

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

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

 span { border-color: rgb(185,186,52); }

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