#B0B746

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

Shades of Celery #B0B746

Tints of Celery #B0B746

Color information

#B0B746 (or 0xB0B746) is unknown color: approx Celery. HEX triplet: B0, B7 and 46. RGB value is (176,183,70). Sum of RGB (Red+Green+Blue) = 176+183+70=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B746 is #4F48B9. Grayscale: #A8A8A8. Windows color (decimal): -5195962 or 4634544. OLE color: 4634544.

HSL color Cylindrical-coordinate representation of color #B0B746: hue angle of 63.72º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0B746 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB17618370-
CMYK0.0400.620.28
HSL63.72º44.66%49.61%-
HSV(B)63.72º61.75%71.76%-
XYZ35.9443.5412.3-
YUV168.0272.68133.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 70 (27.73% from 255) = 16.32%
R=41.03%
G=42.66%
B=16.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176183700.0400.620.2863.7244.6649.61
HexB0B746403E1C402d32
Octal2602671064076341005562
Binary101100001011011110001101000111110111001000000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B746; }

 p { color: rgb(176,183,70); }

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

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

 a { background-color: rgb(176,183,70); }

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

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

 span { border-color: rgb(176,183,70); }

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