#B3BA35

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

Shades of Celery #B3BA35

Tints of Celery #B3BA35

Color information

#B3BA35 (or 0xB3BA35) is unknown color: approx Celery. HEX triplet: B3, BA and 35. RGB value is (179,186,53). Sum of RGB (Red+Green+Blue) = 179+186+53=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA35 is #4C45CA. Grayscale: #A9A9A9. Windows color (decimal): -4998603 or 3521203. OLE color: 3521203.

HSL color Cylindrical-coordinate representation of color #B3BA35: hue angle of 63.16º 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 #B3BA35 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB17918653-
CMYK0.0400.720.27
HSL63.16º55.65%46.86%-
HSV(B)63.16º71.51%72.94%-
XYZ36.7944.9610.11-
YUV168.7462.68135.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 53 (21.09% from 255) = 12.68%
R=42.82%
G=44.50%
B=12.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179186530.0400.720.2763.1655.6546.86
HexB3BA3540481B3f382f
Octal263272654011033777057
Binary10110011101110101101011000100100011011111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA35; }

 p { color: rgb(179,186,53); }

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

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

 a { background-color: rgb(179,186,53); }

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

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

 span { border-color: rgb(179,186,53); }

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