#B3BF3B

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

Shades of Celery #B3BF3B

Tints of Celery #B3BF3B

Color information

#B3BF3B (or 0xB3BF3B) is unknown color: approx Celery. HEX triplet: B3, BF and 3B. RGB value is (179,191,59). Sum of RGB (Red+Green+Blue) = 179+191+59=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BF3B is #4C40C4. Grayscale: #ACACAC. Windows color (decimal): -4997317 or 3915699. OLE color: 3915699.

HSL color Cylindrical-coordinate representation of color #B3BF3B: hue angle of 65.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3BF3B is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB17919159-
CMYK0.0600.690.25
HSL65.45º52.8%49.02%-
HSV(B)65.45º69.11%74.9%-
XYZ38.0147.1611.24-
YUV172.3664.02132.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 59 (23.44% from 255) = 13.75%
R=41.72%
G=44.52%
B=13.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179191590.0600.690.2565.4552.849.02
HexB3BF3B604519413531
Octal2632777360105311016561
Binary101100111011111111101111001000101110011000001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF3B; }

 p { color: rgb(179,191,59); }

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

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

 a { background-color: rgb(179,191,59); }

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

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

 span { border-color: rgb(179,191,59); }

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